#475FC8

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

Shades of Free Speech Blue #475FC8

Tints of Free Speech Blue #475FC8

Color information

#475FC8 (or 0x475FC8) is unknown color: approx Free Speech Blue. HEX triplet: 47, 5F and C8. RGB value is (71,95,200). Sum of RGB (Red+Green+Blue) = 71+95+200=366 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.40% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 200 (78.52% from 255 or 54.64% from 366); Max value from RGB is 200 - color contains mainly: blue. Hex color #475FC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475FC8 is #B8A037. Grayscale: #636363. Windows color (decimal): -12099640 or 13131591. OLE color: 13131591.

HSL color Cylindrical-coordinate representation of color #475FC8: hue angle of 228.84º degrees, saturation: 0.54, 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 #475FC8 is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7195200-
CMYK0.640.5200.22
HSL228.84º53.97%53.14%-
HSV(B)228.84º64.5%78.43%-
XYZ17.1213.6956.38-
YUV99.79184.55107.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.40%
GREEN value IS 95 (37.5% from 255) = 25.96%
BLUE value IS 200 (78.52% from 255) = 54.64%
R=19.40%
G=25.96%
B=54.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal71952000.640.5200.22228.8453.9753.14
Hex475FC84034016e53635
Octal107137310100640263456665
Binary1000111101111111001000100000011010001011011100101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,95,200); }

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

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

 a { background-color: rgb(71,95,200); }

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

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

 span { border-color: rgb(71,95,200); }

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