#4247BE

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

Shades of Free Speech Blue #4247BE

Tints of Free Speech Blue #4247BE

Color information

#4247BE (or 0x4247BE) is unknown color: approx Free Speech Blue. HEX triplet: 42, 47 and BE. RGB value is (66,71,190). Sum of RGB (Red+Green+Blue) = 66+71+190=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #4247BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4247BE is #BDB841. Grayscale: #525252. Windows color (decimal): -12433474 or 12470082. OLE color: 12470082.

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

Color convert

RGB6671190-
CMYK0.650.6300.25
HSL237.58º48.82%50.2%-
HSV(B)237.58º65.26%74.51%-
XYZ13.799.3849.8-
YUV83.07188.34115.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.18%
GREEN value IS 71 (28.12% from 255) = 21.71%
BLUE value IS 190 (74.61% from 255) = 58.10%
R=20.18%
G=21.71%
B=58.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal66711900.650.6300.25237.5848.8250.2
Hex4247BE413F019ee3132
Octal102107276101770313566162
Binary1000010100011110111110100000111111101100111101110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4247BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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