#4246DE

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

Shades of Free Speech Blue #4246DE

Tints of Free Speech Blue #4246DE

Color information

#4246DE (or 0x4246DE) is unknown color: approx Free Speech Blue. HEX triplet: 42, 46 and DE. RGB value is (66,70,222). Sum of RGB (Red+Green+Blue) = 66+70+222=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 222 (87.11% from 255 or 62.01% from 358); Max value from RGB is 222 - color contains mainly: blue. Hex color #4246DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4246DE is #BDB921. Grayscale: #555555. Windows color (decimal): -12433698 or 14566978. OLE color: 14566978.

HSL color Cylindrical-coordinate representation of color #4246DE: hue angle of 238.46º 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 #4246DE is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6670222-
CMYK0.700.6800.13
HSL238.46º70.27%56.47%-
HSV(B)238.46º70.27%87.06%-
XYZ17.6210.8170.27-
YUV86.13204.67113.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.44%
GREEN value IS 70 (27.73% from 255) = 19.55%
BLUE value IS 222 (87.11% from 255) = 62.01%
R=18.44%
G=19.55%
B=62.01%

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
Decimal66702220.700.6800.13238.4670.2756.47
Hex4246DE46440Dee4638
Octal10210633610610401535610670
Binary10000101000110110111101000110100010001101111011101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4246DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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