Html Css Color HEX #474FCB Free Speech Blue

📋 copy color: '#474FCB'

red 71 ◦ green 79 ◦ blue 203

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

Shades of Free Speech Blue #474FCB

Tints of Free Speech Blue #474FCB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.38%

 BLUE value IS 203 (79.69% from 255) = 57.51%

R = 20.11%
G = 22.38%
B = 57.51%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#474FCB (or 0x474FCB) is known color: Free Speech Blue. HEX triplet: 47, 4F and CB. RGB value is (71,79,203). Sum of RGB (Red+Green+Blue) = 71+79+203=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #474FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474FCB is #B8B034. Grayscale: #5A5A5A. Windows color (decimal): -12103733 or 13324103. OLE color: 13324103.

HSL color Cylindrical-coordinate representation of color #474FCB: hue angle of 236.36º degrees, saturation: 0.56, 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 #474FCB is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 79 203 -
CMYK 0.65 0.61 0 0.20
HSL 236.36º 0.56% 0.54% -
HSV(B) 236.36º 0.65% 0.8% -
XYZ 16.17 11.24 57.82 -
YUV 90.74 191.35 113.92 -
System Red Green Blue C M Y K H S L
Decimal 71 79 203 0.65 0.61 0 0.20 236.36 0.56 0.54
Hex 47 4F CB 41 3D 0 14 EC 38 36
Octal 107 117 313 101 75 0 24 354 70 66
Binary 1000111 1001111 11001011 1000001 111101 0 10100 11101100 111000 110110

Color Harmonies of #474FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474FCB

Black with #474FCB

Text Example


Text Example

White with #474FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474FCB; }

 p { color: rgb(71,79,203); }

 H1.HeaderClassName
 {
   color: #474FCB;
 }
 .AnyTagClassName
 {
   color: #474FCB;
 }
</style>

background-color css

<style>
 a { background-color: #474FCB; }

 a { background-color: rgb(71,79,203); }

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

border-color css

<style>
 span { border-color: #474FCB; }

 span { border-color: rgb(71,79,203); }

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