Html Css Color HEX #474BBE Free Speech Blue

📋 copy color: '#474BBE'

red 71 ◦ green 75 ◦ blue 190

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

Shades of Free Speech Blue #474BBE

Tints of Free Speech Blue #474BBE

RGB

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

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

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

R = 21.13%
G = 22.32%
B = 56.55%

CMYK

 C value IS 0.63

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#474BBE (or 0x474BBE) is known color: Free Speech Blue. HEX triplet: 47, 4B and BE. RGB value is (71,75,190). Sum of RGB (Red+Green+Blue) = 71+75+190=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #474BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474BBE is #B8B441. Grayscale: #565656. Windows color (decimal): -12104770 or 12471111. OLE color: 12471111.

HSL color Cylindrical-coordinate representation of color #474BBE: hue angle of 237.98º 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 #474BBE is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 75 190 -
CMYK 0.63 0.61 0 0.25
HSL 237.98º 0.48% 0.51% -
HSV(B) 237.98º 0.63% 0.75% -
XYZ 14.41 10.09 49.9 -
YUV 86.91 186.17 116.65 -
System Red Green Blue C M Y K H S L
Decimal 71 75 190 0.63 0.61 0 0.25 237.98 0.48 0.51
Hex 47 4B BE 3F 3D 0 19 EE 30 33
Octal 107 113 276 77 75 0 31 356 60 63
Binary 1000111 1001011 10111110 111111 111101 0 11001 11101110 110000 110011

Color Harmonies of #474BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474BBE

Black with #474BBE

Text Example


Text Example

White with #474BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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