Html Css Color HEX #474EBA Free Speech Blue

📋 copy color: '#474EBA'

red 71 ◦ green 78 ◦ blue 186

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

Shades of Free Speech Blue #474EBA

Tints of Free Speech Blue #474EBA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.28%

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

R = 21.19%
G = 23.28%
B = 55.52%

CMYK

 C value IS 0.62

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#474EBA (or 0x474EBA) is known color: Free Speech Blue. HEX triplet: 47, 4E and BA. RGB value is (71,78,186). Sum of RGB (Red+Green+Blue) = 71+78+186=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #474EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474EBA is #B8B145. Grayscale: #575757. Windows color (decimal): -12104006 or 12209735. OLE color: 12209735.

HSL color Cylindrical-coordinate representation of color #474EBA: hue angle of 236.35º 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 #474EBA is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 78 186 -
CMYK 0.62 0.58 0 0.27
HSL 236.35º 0.45% 0.5% -
HSV(B) 236.35º 0.62% 0.73% -
XYZ 14.19 10.33 47.7 -
YUV 88.22 183.18 115.72 -
System Red Green Blue C M Y K H S L
Decimal 71 78 186 0.62 0.58 0 0.27 236.35 0.45 0.5
Hex 47 4E BA 3E 3A 0 1B EC 2D 32
Octal 107 116 272 76 72 0 33 354 55 62
Binary 1000111 1001110 10111010 111110 111010 0 11011 11101100 101101 110010

Color Harmonies of #474EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474EBA

Black with #474EBA

Text Example


Text Example

White with #474EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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