#4247DE

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

Shades of Free Speech Blue #4247DE

Tints of Free Speech Blue #4247DE

Color information

#4247DE (or 0x4247DE) is unknown color: approx Free Speech Blue. HEX triplet: 42, 47 and DE. RGB value is (66,71,222). Sum of RGB (Red+Green+Blue) = 66+71+222=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 222 (87.11% from 255 or 61.84% from 359); Max value from RGB is 222 - color contains mainly: blue. Hex color #4247DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4247DE is #BDB821. Grayscale: #565656. Windows color (decimal): -12433442 or 14567234. OLE color: 14567234.

HSL color Cylindrical-coordinate representation of color #4247DE: hue angle of 238.08º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4247DE is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6671222-
CMYK0.700.6800.13
HSL238.08º70.27%56.47%-
HSV(B)238.08º70.27%87.06%-
XYZ17.6810.9470.29-
YUV86.72204.34113.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.38%
GREEN value IS 71 (28.12% from 255) = 19.78%
BLUE value IS 222 (87.11% from 255) = 61.84%
R=18.38%
G=19.78%
B=61.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal66712220.700.6800.13238.0870.2756.47
Hex4247DE46440Dee4638
Octal10210733610610401535610670
Binary10000101000111110111101000110100010001101111011101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4247DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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