Html Css Color HEX #474CBA Free Speech Blue

📋 copy color: '#474CBA'

red 71 ◦ green 76 ◦ blue 186

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

Shades of Free Speech Blue #474CBA

Tints of Free Speech Blue #474CBA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.82%

 BLUE value IS 186 (73.05% from 255) = 55.86%

R = 21.32%
G = 22.82%
B = 55.86%

CMYK

 C value IS 0.62

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#474CBA (or 0x474CBA) is known color: Free Speech Blue. HEX triplet: 47, 4C and BA. RGB value is (71,76,186). Sum of RGB (Red+Green+Blue) = 71+76+186=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #474CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474CBA is #B8B345. Grayscale: #565656. Windows color (decimal): -12104518 or 12209223. OLE color: 12209223.

HSL color Cylindrical-coordinate representation of color #474CBA: hue angle of 237.39º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #474CBA is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 76 186 -
CMYK 0.62 0.59 0 0.27
HSL 237.39º 0.45% 0.5% -
HSV(B) 237.39º 0.62% 0.73% -
XYZ 14.05 10.05 47.65 -
YUV 87.05 183.84 116.56 -
System Red Green Blue C M Y K H S L
Decimal 71 76 186 0.62 0.59 0 0.27 237.39 0.45 0.5
Hex 47 4C BA 3E 3B 0 1B ED 2D 32
Octal 107 114 272 76 73 0 33 355 55 62
Binary 1000111 1001100 10111010 111110 111011 0 11011 11101101 101101 110010

Color Harmonies of #474CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474CBA

Black with #474CBA

Text Example


Text Example

White with #474CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,76,186); }

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

background-color css

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

 a { background-color: rgb(71,76,186); }

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

border-color css

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

 span { border-color: rgb(71,76,186); }

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