#4247BF

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

Shades of Free Speech Blue #4247BF

Tints of Free Speech Blue #4247BF

Color information

#4247BF (or 0x4247BF) is unknown color: approx Free Speech Blue. HEX triplet: 42, 47 and BF. RGB value is (66,71,191). Sum of RGB (Red+Green+Blue) = 66+71+191=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 191 (75% from 255 or 58.23% from 328); Max value from RGB is 191 - color contains mainly: blue. Hex color #4247BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4247BF is #BDB840. Grayscale: #525252. Windows color (decimal): -12433473 or 12535618. OLE color: 12535618.

HSL color Cylindrical-coordinate representation of color #4247BF: hue angle of 237.6º 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 #4247BF is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6671191-
CMYK0.650.6300.25
HSL237.6º49.41%50.39%-
HSV(B)237.6º65.45%74.9%-
XYZ13.99.4350.38-
YUV83.18188.84115.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.12%
GREEN value IS 71 (28.12% from 255) = 21.65%
BLUE value IS 191 (75% from 255) = 58.23%
R=20.12%
G=21.65%
B=58.23%

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
Decimal66711910.650.6300.25237.649.4150.39
Hex4247BF413F019ee3132
Octal102107277101770313566162
Binary1000010100011110111111100000111111101100111101110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4247BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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