#4047BE

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

Shades of Free Speech Blue #4047BE

Tints of Free Speech Blue #4047BE

Color information

#4047BE (or 0x4047BE) is unknown color: approx Free Speech Blue. HEX triplet: 40, 47 and BE. RGB value is (64,71,190). Sum of RGB (Red+Green+Blue) = 64+71+190=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #4047BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4047BE is #BFB841. Grayscale: #515151. Windows color (decimal): -12564546 or 12470080. OLE color: 12470080.

HSL color Cylindrical-coordinate representation of color #4047BE: hue angle of 236.67º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4047BE is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6471190-
CMYK0.660.6300.25
HSL236.67º49.61%49.8%-
HSV(B)236.67º66.32%74.51%-
XYZ13.669.3149.79-
YUV82.47188.68114.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.69%
GREEN value IS 71 (28.12% from 255) = 21.85%
BLUE value IS 190 (74.61% from 255) = 58.46%
R=19.69%
G=21.85%
B=58.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal64711900.660.6300.25236.6749.6149.8
Hex4047BE423F019ed3232
Octal100107276102770313556262
Binary1000000100011110111110100001011111101100111101101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4047BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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