#475BCC

Color #475BCC Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #475BCC

Tints of Free Speech Blue #475BCC

Color information

#475BCC (or 0x475BCC) is unknown color: approx Free Speech Blue. HEX triplet: 47, 5B and CC. RGB value is (71,91,204). Sum of RGB (Red+Green+Blue) = 71+91+204=366 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.40% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #475BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475BCC is #B8A433. Grayscale: #616161. Windows color (decimal): -12100660 or 13392711. OLE color: 13392711.

HSL color Cylindrical-coordinate representation of color #475BCC: hue angle of 230.98º 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 #475BCC is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB7191204-
CMYK0.650.5500.2
HSL230.98º56.6%53.92%-
HSV(B)230.98º65.2%80%-
XYZ17.2413.1858.76-
YUV97.9187.87108.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.40%
GREEN value IS 91 (35.94% from 255) = 24.86%
BLUE value IS 204 (80.08% from 255) = 55.74%
R=19.40%
G=24.86%
B=55.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal71912040.650.5500.2230.9856.653.92
Hex475BCC4137014e73936
Octal107133314101670243477166
Binary1000111101101111001100100000111011101010011100111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #475BCC;
 }
 .AnyTagClassName
 {
   color: #475BCC;
 }
</style>
background-color css

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

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

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

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

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

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