Html Css Color HEX #475ABA Free Speech Blue

📋 copy color: '#475ABA'

red 71 ◦ green 90 ◦ blue 186

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

Shades of Free Speech Blue #475ABA

Tints of Free Speech Blue #475ABA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.94%

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

R = 20.46%
G = 25.94%
B = 53.6%

CMYK

 C value IS 0.62

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#475ABA (or 0x475ABA) is known color: Free Speech Blue. HEX triplet: 47, 5A and BA. RGB value is (71,90,186). Sum of RGB (Red+Green+Blue) = 71+90+186=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #475ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475ABA is #B8A545. Grayscale: #5E5E5E. Windows color (decimal): -12100934 or 12212807. OLE color: 12212807.

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

Color convert

RGB 71 90 186 -
CMYK 0.62 0.52 0 0.27
HSL 230.09º 0.45% 0.5% -
HSV(B) 230.09º 0.62% 0.73% -
XYZ 15.12 12.2 48.01 -
YUV 95.26 179.21 110.69 -
System Red Green Blue C M Y K H S L
Decimal 71 90 186 0.62 0.52 0 0.27 230.09 0.45 0.5
Hex 47 5A BA 3E 34 0 1B E6 2D 32
Octal 107 132 272 76 64 0 33 346 55 62
Binary 1000111 1011010 10111010 111110 110100 0 11011 11100110 101101 110010

Color Harmonies of #475ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475ABA

Black with #475ABA

Text Example


Text Example

White with #475ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475ABA; }

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

 H1.HeaderClassName
 {
   color: #475ABA;
 }
 .AnyTagClassName
 {
   color: #475ABA;
 }
</style>

background-color css

<style>
 a { background-color: #475ABA; }

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

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

border-color css

<style>
 span { border-color: #475ABA; }

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

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