Html Css Color HEX #474BB3 Free Speech Blue

📋 copy color: '#474BB3'

red 71 ◦ green 75 ◦ blue 179

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

Shades of Free Speech Blue #474BB3

Tints of Free Speech Blue #474BB3

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.08%

 BLUE value IS 179 (70.31% from 255) = 55.08%

R = 21.85%
G = 23.08%
B = 55.08%

CMYK

 C value IS 0.60

 M value IS 0.58

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#474BB3 (or 0x474BB3) is known color: Free Speech Blue. HEX triplet: 47, 4B and B3. RGB value is (71,75,179). Sum of RGB (Red+Green+Blue) = 71+75+179=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 179 (70.31% from 255 or 55.08% from 325); Max value from RGB is 179 - color contains mainly: blue. Hex color #474BB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474BB3 is #B8B44C. Grayscale: #555555. Windows color (decimal): -12104781 or 11750215. OLE color: 11750215.

HSL color Cylindrical-coordinate representation of color #474BB3: hue angle of 237.78º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #474BB3 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 71 75 179 -
CMYK 0.60 0.58 0 0.30
HSL 237.78º 0.43% 0.49% -
HSV(B) 237.78º 0.6% 0.7% -
XYZ 13.25 9.63 43.81 -
YUV 85.66 180.67 117.54 -
System Red Green Blue C M Y K H S L
Decimal 71 75 179 0.60 0.58 0 0.30 237.78 0.43 0.49
Hex 47 4B B3 3C 3A 0 1E EE 2B 31
Octal 107 113 263 74 72 0 36 356 53 61
Binary 1000111 1001011 10110011 111100 111010 0 11110 11101110 101011 110001

Color Harmonies of #474BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474BB3

Black with #474BB3

Text Example


Text Example

White with #474BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,75,179); }

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

background-color css

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

 a { background-color: rgb(71,75,179); }

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

border-color css

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

 span { border-color: rgb(71,75,179); }

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