#476CBF

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

Shades of Free Speech Blue #476CBF

Tints of Free Speech Blue #476CBF

Color information

#476CBF (or 0x476CBF) is unknown color: approx Free Speech Blue. HEX triplet: 47, 6C and BF. RGB value is (71,108,191). Sum of RGB (Red+Green+Blue) = 71+108+191=370 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.19% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #476CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476CBF is #B89340. Grayscale: #6A6A6A. Windows color (decimal): -12096321 or 12545095. OLE color: 12545095.

HSL color Cylindrical-coordinate representation of color #476CBF: hue angle of 221.5º 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 #476CBF is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB71108191-
CMYK0.630.4300.25
HSL221.5º48.39%51.37%-
HSV(B)221.5º62.83%74.9%-
XYZ17.3715.8351.43-
YUV106.4175.74102.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.19%
GREEN value IS 108 (42.58% from 255) = 29.19%
BLUE value IS 191 (75% from 255) = 51.62%
R=19.19%
G=29.19%
B=51.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal711081910.630.4300.25221.548.3951.37
Hex476CBF3F2B019de3033
Octal10715427777530313366063
Binary100011111011001011111111111110101101100111011110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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