Html Css Color HEX #474DBA Free Speech Blue

📋 copy color: '#474DBA'

red 71 ◦ green 77 ◦ blue 186

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

Shades of Free Speech Blue #474DBA

Tints of Free Speech Blue #474DBA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.05%

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

R = 21.26%
G = 23.05%
B = 55.69%

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

#474DBA (or 0x474DBA) is known color: Free Speech Blue. HEX triplet: 47, 4D and BA. RGB value is (71,77,186). Sum of RGB (Red+Green+Blue) = 71+77+186=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #474DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474DBA is #B8B245. Grayscale: #575757. Windows color (decimal): -12104262 or 12209479. OLE color: 12209479.

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

Color convert

RGB 71 77 186 -
CMYK 0.62 0.59 0 0.27
HSL 236.87º 0.45% 0.5% -
HSV(B) 236.87º 0.62% 0.73% -
XYZ 14.12 10.19 47.68 -
YUV 87.63 183.51 116.14 -
System Red Green Blue C M Y K H S L
Decimal 71 77 186 0.62 0.59 0 0.27 236.87 0.45 0.5
Hex 47 4D BA 3E 3B 0 1B ED 2D 32
Octal 107 115 272 76 73 0 33 355 55 62
Binary 1000111 1001101 10111010 111110 111011 0 11011 11101101 101101 110010

Color Harmonies of #474DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474DBA

Black with #474DBA

Text Example


Text Example

White with #474DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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