Html Css Color HEX #475ABC Free Speech Blue

📋 copy color: '#475ABC'

red 71 ◦ green 90 ◦ blue 188

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

Shades of Free Speech Blue #475ABC

Tints of Free Speech Blue #475ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.87%

R = 20.34%
G = 25.79%
B = 53.87%

CMYK

 C value IS 0.62

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#475ABC (or 0x475ABC) is known color: Free Speech Blue. HEX triplet: 47, 5A and BC. RGB value is (71,90,188). Sum of RGB (Red+Green+Blue) = 71+90+188=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #475ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475ABC is #B8A543. Grayscale: #5F5F5F. Windows color (decimal): -12100932 or 12343879. OLE color: 12343879.

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

Color convert

RGB 71 90 188 -
CMYK 0.62 0.52 0 0.26
HSL 230.26º 0.47% 0.51% -
HSV(B) 230.26º 0.62% 0.74% -
XYZ 15.33 12.28 49.14 -
YUV 95.49 180.21 110.53 -
System Red Green Blue C M Y K H S L
Decimal 71 90 188 0.62 0.52 0 0.26 230.26 0.47 0.51
Hex 47 5A BC 3E 34 0 1A E6 2F 33
Octal 107 132 274 76 64 0 32 346 57 63
Binary 1000111 1011010 10111100 111110 110100 0 11010 11100110 101111 110011

Color Harmonies of #475ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475ABC

Black with #475ABC

Text Example


Text Example

White with #475ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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