Html Css Color HEX #474CBE Free Speech Blue

📋 copy color: '#474CBE'

red 71 ◦ green 76 ◦ blue 190

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

Shades of Free Speech Blue #474CBE

Tints of Free Speech Blue #474CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 56.38%

R = 21.07%
G = 22.55%
B = 56.38%

CMYK

 C value IS 0.63

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#474CBE (or 0x474CBE) is known color: Free Speech Blue. HEX triplet: 47, 4C and BE. RGB value is (71,76,190). Sum of RGB (Red+Green+Blue) = 71+76+190=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 190 (74.61% from 255 or 56.38% from 337); Max value from RGB is 190 - color contains mainly: blue. Hex color #474CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474CBE is #B8B341. Grayscale: #575757. Windows color (decimal): -12104514 or 12471367. OLE color: 12471367.

HSL color Cylindrical-coordinate representation of color #474CBE: hue angle of 237.48º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #474CBE is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 76 190 -
CMYK 0.63 0.60 0 0.25
HSL 237.48º 0.48% 0.51% -
HSV(B) 237.48º 0.63% 0.75% -
XYZ 14.48 10.23 49.93 -
YUV 87.5 185.84 116.23 -
System Red Green Blue C M Y K H S L
Decimal 71 76 190 0.63 0.60 0 0.25 237.48 0.48 0.51
Hex 47 4C BE 3F 3C 0 19 ED 30 33
Octal 107 114 276 77 74 0 31 355 60 63
Binary 1000111 1001100 10111110 111111 111100 0 11001 11101101 110000 110011

Color Harmonies of #474CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474CBE

Black with #474CBE

Text Example


Text Example

White with #474CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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