Html Css Color HEX #475BCD Free Speech Blue

📋 copy color: '#475BCD'

red 71 ◦ green 91 ◦ blue 205

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

Shades of Free Speech Blue #475BCD

Tints of Free Speech Blue #475BCD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.8%

 BLUE value IS 205 (80.47% from 255) = 55.86%

R = 19.35%
G = 24.8%
B = 55.86%

CMYK

 C value IS 0.65

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#475BCD (or 0x475BCD) is known color: Free Speech Blue. HEX triplet: 47, 5B and CD. RGB value is (71,91,205). Sum of RGB (Red+Green+Blue) = 71+91+205=367 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.35% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 205 (80.47% from 255 or 55.86% from 367); Max value from RGB is 205 - color contains mainly: blue. Hex color #475BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475BCD is #B8A432. Grayscale: #616161. Windows color (decimal): -12100659 or 13458247. OLE color: 13458247.

HSL color Cylindrical-coordinate representation of color #475BCD: hue angle of 231.04º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #475BCD is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 91 205 -
CMYK 0.65 0.56 0 0.20
HSL 231.04º 0.57% 0.54% -
HSV(B) 231.04º 0.65% 0.8% -
XYZ 17.36 13.23 59.4 -
YUV 98.02 188.37 108.73 -
System Red Green Blue C M Y K H S L
Decimal 71 91 205 0.65 0.56 0 0.20 231.04 0.57 0.54
Hex 47 5B CD 41 38 0 14 E7 39 36
Octal 107 133 315 101 70 0 24 347 71 66
Binary 1000111 1011011 11001101 1000001 111000 0 10100 11100111 111001 110110

Color Harmonies of #475BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475BCD

Black with #475BCD

Text Example


Text Example

White with #475BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,91,205); }

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

background-color css

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

 a { background-color: rgb(71,91,205); }

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

border-color css

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

 span { border-color: rgb(71,91,205); }

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