#4239AC

Color #4239AC Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #4239AC

Tints of Blue Gem #4239AC

Color information

#4239AC (or 0x4239AC) is unknown color: approx Blue Gem. HEX triplet: 42, 39 and AC. RGB value is (66,57,172). Sum of RGB (Red+Green+Blue) = 66+57+172=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #4239AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4239AC is #BDC653. Grayscale: #484848. Windows color (decimal): -12437076 or 11286850. OLE color: 11286850.

HSL color Cylindrical-coordinate representation of color #4239AC: hue angle of 244.7º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4239AC is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6657172-
CMYK0.620.6700.33
HSL244.7º50.22%44.9%-
HSV(B)244.7º66.86%67.45%-
XYZ11.167.0639.81-
YUV72.8183.98123.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.37%
GREEN value IS 57 (22.66% from 255) = 19.32%
BLUE value IS 172 (67.58% from 255) = 58.31%
R=22.37%
G=19.32%
B=58.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66571720.620.6700.33244.750.2244.9
Hex4239AC3E43021f5322d
Octal10271254761030413656255
Binary1000010111001101011001111101000011010000111110101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4239AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4239AC; }

 p { color: rgb(66,57,172); }

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

<style>
 a { background-color: #4239AC; }

 a { background-color: rgb(66,57,172); }

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

<style>
 span { border-color: #4239AC; }

 span { border-color: rgb(66,57,172); }

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