#475CCC

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

Shades of Free Speech Blue #475CCC

Tints of Free Speech Blue #475CCC

Color information

#475CCC (or 0x475CCC) is unknown color: approx Free Speech Blue. HEX triplet: 47, 5C and CC. RGB value is (71,92,204). Sum of RGB (Red+Green+Blue) = 71+92+204=367 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.35% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #475CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475CCC is #B8A333. Grayscale: #626262. Windows color (decimal): -12100404 or 13392967. OLE color: 13392967.

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

Color convert

RGB7192204-
CMYK0.650.5500.2
HSL230.53º56.6%53.92%-
HSV(B)230.53º65.2%80%-
XYZ17.3213.3558.79-
YUV98.49187.54108.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.35%
GREEN value IS 92 (36.33% from 255) = 25.07%
BLUE value IS 204 (80.08% from 255) = 55.59%
R=19.35%
G=25.07%
B=55.59%

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
Decimal71922040.650.5500.2230.5356.653.92
Hex475CCC4137014e73936
Octal107134314101670243477166
Binary1000111101110011001100100000111011101010011100111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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