Html Css Color HEX #475ABB Free Speech Blue

📋 copy color: '#475ABB'

red 71 ◦ green 90 ◦ blue 187

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

Shades of Free Speech Blue #475ABB

Tints of Free Speech Blue #475ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.74%

R = 20.4%
G = 25.86%
B = 53.74%

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

#475ABB (or 0x475ABB) is known color: Free Speech Blue. HEX triplet: 47, 5A and BB. RGB value is (71,90,187). Sum of RGB (Red+Green+Blue) = 71+90+187=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #475ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475ABB is #B8A544. Grayscale: #5E5E5E. Windows color (decimal): -12100933 or 12278343. OLE color: 12278343.

HSL color Cylindrical-coordinate representation of color #475ABB: hue angle of 230.17º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #475ABB is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 90 187 -
CMYK 0.62 0.52 0 0.27
HSL 230.17º 0.46% 0.51% -
HSV(B) 230.17º 0.62% 0.73% -
XYZ 15.22 12.24 48.57 -
YUV 95.38 179.71 110.61 -
System Red Green Blue C M Y K H S L
Decimal 71 90 187 0.62 0.52 0 0.27 230.17 0.46 0.51
Hex 47 5A BB 3E 34 0 1B E6 2E 33
Octal 107 132 273 76 64 0 33 346 56 63
Binary 1000111 1011010 10111011 111110 110100 0 11011 11100110 101110 110011

Color Harmonies of #475ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475ABB

Black with #475ABB

Text Example


Text Example

White with #475ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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