Html Css Color HEX #4762CC Free Speech Blue

📋 copy color: '#4762CC'

red 71 ◦ green 98 ◦ blue 204

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

Shades of Free Speech Blue #4762CC

Tints of Free Speech Blue #4762CC

RGB

 RED value IS 71 (28.13% from 255) = 19.03%

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

 BLUE value IS 204 (80.08% from 255) = 54.69%

R = 19.03%
G = 26.27%
B = 54.69%

CMYK

 C value IS 0.65

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4762CC (or 0x4762CC) is known color: Free Speech Blue. HEX triplet: 47, 62 and CC. RGB value is (71,98,204). Sum of RGB (Red+Green+Blue) = 71+98+204=373 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.03% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #4762CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4762CC is #B89D33. Grayscale: #656565. Windows color (decimal): -12098868 or 13394503. OLE color: 13394503.

HSL color Cylindrical-coordinate representation of color #4762CC: hue angle of 227.82º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4762CC is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 71 98 204 -
CMYK 0.65 0.52 0 0.2
HSL 227.82º 0.57% 0.54% -
HSV(B) 227.82º 0.65% 0.8% -
XYZ 17.87 14.43 58.97 -
YUV 102.01 185.55 105.88 -
System Red Green Blue C M Y K H S L
Decimal 71 98 204 0.65 0.52 0 0.2 227.82 0.57 0.54
Hex 47 62 CC 41 34 0 14 E4 39 36
Octal 107 142 314 101 64 0 24 344 71 66
Binary 1000111 1100010 11001100 1000001 110100 0 10100 11100100 111001 110110

Color Harmonies of #4762CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4762CC

Black with #4762CC

Text Example


Text Example

White with #4762CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4762CC; }

 p { color: rgb(71,98,204); }

 H1.HeaderClassName
 {
   color: #4762CC;
 }
 .AnyTagClassName
 {
   color: #4762CC;
 }
</style>

background-color css

<style>
 a { background-color: #4762CC; }

 a { background-color: rgb(71,98,204); }

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

border-color css

<style>
 span { border-color: #4762CC; }

 span { border-color: rgb(71,98,204); }

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