Html Css Color HEX #4862CE Free Speech Blue

📋 copy color: '#4862CE'

red 72 ◦ green 98 ◦ blue 206

#4862CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #4862CE

Tints of Free Speech Blue #4862CE

RGB

 RED value IS 72 (28.52% from 255) = 19.15%

 GREEN value IS 98 (38.67% from 255) = 26.06%

 BLUE value IS 206 (80.86% from 255) = 54.79%

R = 19.15%
G = 26.06%
B = 54.79%

CMYK

 C value IS 0.65

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4862CE (or 0x4862CE) is known color: Free Speech Blue. HEX triplet: 48, 62 and CE. RGB value is (72,98,206). Sum of RGB (Red+Green+Blue) = 72+98+206=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #4862CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4862CE is #B79D31. Grayscale: #666666. Windows color (decimal): -12033330 or 13525576. OLE color: 13525576.

HSL color Cylindrical-coordinate representation of color #4862CE: hue angle of 228.36º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4862CE is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 98 206 -
CMYK 0.65 0.52 0 0.19
HSL 228.36º 0.58% 0.55% -
HSV(B) 228.36º 0.65% 0.81% -
XYZ 18.18 14.57 60.25 -
YUV 102.54 186.39 106.22 -
System Red Green Blue C M Y K H S L
Decimal 72 98 206 0.65 0.52 0 0.19 228.36 0.58 0.55
Hex 48 62 CE 41 34 0 13 E4 3A 37
Octal 110 142 316 101 64 0 23 344 72 67
Binary 1001000 1100010 11001110 1000001 110100 0 10011 11100100 111010 110111

Color Harmonies of #4862CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4862CE

Black with #4862CE

Text Example


Text Example

White with #4862CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4862CE;
 }
 .AnyTagClassName
 {
   color: #4862CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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