#4047BC

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

Shades of Free Speech Blue #4047BC

Tints of Free Speech Blue #4047BC

Color information

#4047BC (or 0x4047BC) is unknown color: approx Free Speech Blue. HEX triplet: 40, 47 and BC. RGB value is (64,71,188). Sum of RGB (Red+Green+Blue) = 64+71+188=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #4047BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4047BC is #BFB843. Grayscale: #515151. Windows color (decimal): -12564548 or 12339008. OLE color: 12339008.

HSL color Cylindrical-coordinate representation of color #4047BC: hue angle of 236.61º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4047BC is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6471188-
CMYK0.660.6200.26
HSL236.61º49.21%49.41%-
HSV(B)236.61º65.96%73.73%-
XYZ13.449.2348.65-
YUV82.24187.68114.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.81%
GREEN value IS 71 (28.12% from 255) = 21.98%
BLUE value IS 188 (73.83% from 255) = 58.20%
R=19.81%
G=21.98%
B=58.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal64711880.660.6200.26236.6149.2149.41
Hex4047BC423E01Aed3131
Octal100107274102760323556161
Binary1000000100011110111100100001011111001101011101101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4047BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4047BC; }

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

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

<style>
 a { background-color: #4047BC; }

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

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

<style>
 span { border-color: #4047BC; }

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

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