Html Css Color HEX #474DB6 Free Speech Blue

📋 copy color: '#474DB6'

red 71 ◦ green 77 ◦ blue 182

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

Shades of Free Speech Blue #474DB6

Tints of Free Speech Blue #474DB6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.33%

 BLUE value IS 182 (71.48% from 255) = 55.15%

R = 21.52%
G = 23.33%
B = 55.15%

CMYK

 C value IS 0.61

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#474DB6 (or 0x474DB6) is known color: Free Speech Blue. HEX triplet: 47, 4D and B6. RGB value is (71,77,182). Sum of RGB (Red+Green+Blue) = 71+77+182=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 182 (71.48% from 255 or 55.15% from 330); Max value from RGB is 182 - color contains mainly: blue. Hex color #474DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474DB6 is #B8B249. Grayscale: #565656. Windows color (decimal): -12104266 or 11947335. OLE color: 11947335.

HSL color Cylindrical-coordinate representation of color #474DB6: hue angle of 236.76º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #474DB6 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 71 77 182 -
CMYK 0.61 0.58 0 0.29
HSL 236.76º 0.44% 0.5% -
HSV(B) 236.76º 0.61% 0.71% -
XYZ 13.7 10.02 45.47 -
YUV 87.18 181.51 116.46 -
System Red Green Blue C M Y K H S L
Decimal 71 77 182 0.61 0.58 0 0.29 236.76 0.44 0.5
Hex 47 4D B6 3D 3A 0 1D ED 2C 32
Octal 107 115 266 75 72 0 35 355 54 62
Binary 1000111 1001101 10110110 111101 111010 0 11101 11101101 101100 110010

Color Harmonies of #474DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474DB6

Black with #474DB6

Text Example


Text Example

White with #474DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,77,182); }

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

background-color css

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

 a { background-color: rgb(71,77,182); }

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

border-color css

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

 span { border-color: rgb(71,77,182); }

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