#476CBC

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

Shades of Free Speech Blue #476CBC

Tints of Free Speech Blue #476CBC

Color information

#476CBC (or 0x476CBC) is unknown color: approx Free Speech Blue. HEX triplet: 47, 6C and BC. RGB value is (71,108,188). Sum of RGB (Red+Green+Blue) = 71+108+188=367 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.35% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #476CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476CBC is #B89343. Grayscale: #696969. Windows color (decimal): -12096324 or 12348487. OLE color: 12348487.

HSL color Cylindrical-coordinate representation of color #476CBC: hue angle of 221.03º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #476CBC is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB71108188-
CMYK0.620.4300.26
HSL221.03º46.61%50.78%-
HSV(B)221.03º62.23%73.73%-
XYZ17.0415.749.71-
YUV106.06174.24103-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.35%
GREEN value IS 108 (42.58% from 255) = 29.43%
BLUE value IS 188 (73.83% from 255) = 51.23%
R=19.35%
G=29.43%
B=51.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal711081880.620.4300.26221.0346.6150.78
Hex476CBC3E2B01Add2f33
Octal10715427476530323355763
Binary100011111011001011110011111010101101101011011101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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