#476BBF

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

Shades of Free Speech Blue #476BBF

Tints of Free Speech Blue #476BBF

Color information

#476BBF (or 0x476BBF) is unknown color: approx Free Speech Blue. HEX triplet: 47, 6B and BF. RGB value is (71,107,191). Sum of RGB (Red+Green+Blue) = 71+107+191=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #476BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476BBF is #B89440. Grayscale: #696969. Windows color (decimal): -12096577 or 12544839. OLE color: 12544839.

HSL color Cylindrical-coordinate representation of color #476BBF: hue angle of 222º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #476BBF is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB71107191-
CMYK0.630.4400.25
HSL222º48.39%51.37%-
HSV(B)222º62.83%74.9%-
XYZ17.2615.6251.39-
YUV105.81176.07103.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.24%
GREEN value IS 107 (42.19% from 255) = 29.00%
BLUE value IS 191 (75% from 255) = 51.76%
R=19.24%
G=29.00%
B=51.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal711071910.630.4400.2522248.3951.37
Hex476BBF3F2C019de3033
Octal10715327777540313366063
Binary100011111010111011111111111110110001100111011110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476BBF; }

 p { color: rgb(71,107,191); }

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

<style>
 a { background-color: #476BBF; }

 a { background-color: rgb(71,107,191); }

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

<style>
 span { border-color: #476BBF; }

 span { border-color: rgb(71,107,191); }

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