#474EBC

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

Shades of Free Speech Blue #474EBC

Tints of Free Speech Blue #474EBC

Color information

#474EBC (or 0x474EBC) is unknown color: approx Free Speech Blue. HEX triplet: 47, 4E and BC. RGB value is (71,78,188). Sum of RGB (Red+Green+Blue) = 71+78+188=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #474EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474EBC is #B8B143. Grayscale: #585858. Windows color (decimal): -12104004 or 12340807. OLE color: 12340807.

HSL color Cylindrical-coordinate representation of color #474EBC: hue angle of 236.41º 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 #474EBC is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7178188-
CMYK0.620.5900.26
HSL236.41º46.61%50.78%-
HSV(B)236.41º62.23%73.73%-
XYZ14.410.4248.83-
YUV88.45184.18115.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.07%
GREEN value IS 78 (30.86% from 255) = 23.15%
BLUE value IS 188 (73.83% from 255) = 55.79%
R=21.07%
G=23.15%
B=55.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal71781880.620.5900.26236.4146.6150.78
Hex474EBC3E3B01Aec2f33
Octal10711627476730323545763
Binary100011110011101011110011111011101101101011101100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474EBC; }

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

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

<style>
 a { background-color: #474EBC; }

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

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

<style>
 span { border-color: #474EBC; }

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

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