#4862CA

Color #4862CA Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #4862CA

Tints of Free Speech Blue #4862CA

Color information

#4862CA (or 0x4862CA) is unknown color: approx Free Speech Blue. HEX triplet: 48, 62 and CA. RGB value is (72,98,202). Sum of RGB (Red+Green+Blue) = 72+98+202=372 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.35% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #4862CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4862CA is #B79D35. Grayscale: #656565. Windows color (decimal): -12033334 or 13263432. OLE color: 13263432.

HSL color Cylindrical-coordinate representation of color #4862CA: hue angle of 228º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4862CA is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7298202-
CMYK0.640.5100.21
HSL228º55.08%53.73%-
HSV(B)228º64.36%79.22%-
XYZ17.714.3857.72-
YUV102.08184.39106.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 19.35%
GREEN value IS 98 (38.67% from 255) = 26.34%
BLUE value IS 202 (79.30% from 255) = 54.30%
R=19.35%
G=26.34%
B=54.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal72982020.640.5100.2122855.0853.73
Hex4862CA4033015e43736
Octal110142312100630253446766
Binary1001000110001011001010100000011001101010111100100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4862CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4862CA; }

 p { color: rgb(72,98,202); }

 H1.HeaderClassName
 {
   color: #4862CA;
 }
 .AnyTagClassName
 {
   color: #4862CA;
 }
</style>
background-color css

<style>
 a { background-color: #4862CA; }

 a { background-color: rgb(72,98,202); }

 div.DivClassName
 {
   background-color: #4862CA;
 }
 .BgClassName
 {
   background-color: #4862CA;
 }
</style>
border-color css

<style>
 span { border-color: #4862CA; }

 span { border-color: rgb(72,98,202); }

 td.TdClassName
 {
   border-color: #4862CA;
 }
 .TagClassName
 {
   border-color: #4862CA;
 }
</style>