#475ECC

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

Shades of Free Speech Blue #475ECC

Tints of Free Speech Blue #475ECC

Color information

#475ECC (or 0x475ECC) is unknown color: approx Free Speech Blue. HEX triplet: 47, 5E and CC. RGB value is (71,94,204). Sum of RGB (Red+Green+Blue) = 71+94+204=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #475ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475ECC is #B8A133. Grayscale: #636363. Windows color (decimal): -12099892 or 13393479. OLE color: 13393479.

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

Color convert

RGB7194204-
CMYK0.650.5400.2
HSL229.62º56.6%53.92%-
HSV(B)229.62º65.2%80%-
XYZ17.513.758.85-
YUV99.66186.88107.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.24%
GREEN value IS 94 (37.11% from 255) = 25.47%
BLUE value IS 204 (80.08% from 255) = 55.28%
R=19.24%
G=25.47%
B=55.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal71942040.650.5400.2229.6256.653.92
Hex475ECC4136014e63936
Octal107136314101660243467166
Binary1000111101111011001100100000111011001010011100110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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