#475CC6

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

Shades of Free Speech Blue #475CC6

Tints of Free Speech Blue #475CC6

Color information

#475CC6 (or 0x475CC6) is unknown color: approx Free Speech Blue. HEX triplet: 47, 5C and C6. RGB value is (71,92,198). Sum of RGB (Red+Green+Blue) = 71+92+198=361 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.67% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 198 (77.73% from 255 or 54.85% from 361); Max value from RGB is 198 - color contains mainly: blue. Hex color #475CC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475CC6 is #B8A339. Grayscale: #616161. Windows color (decimal): -12100410 or 12999751. OLE color: 12999751.

HSL color Cylindrical-coordinate representation of color #475CC6: hue angle of 230.08º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #475CC6 is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7192198-
CMYK0.640.5400.22
HSL230.08º52.7%52.75%-
HSV(B)230.08º64.14%77.65%-
XYZ16.6213.0755.07-
YUV97.8184.54108.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.67%
GREEN value IS 92 (36.33% from 255) = 25.48%
BLUE value IS 198 (77.73% from 255) = 54.85%
R=19.67%
G=25.48%
B=54.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal71921980.640.5400.22230.0852.752.75
Hex475CC64036016e63535
Octal107134306100660263466565
Binary1000111101110011000110100000011011001011011100110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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