#4239AB

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

Shades of Blue Gem #4239AB

Tints of Blue Gem #4239AB

Color information

#4239AB (or 0x4239AB) is unknown color: approx Blue Gem. HEX triplet: 42, 39 and AB. RGB value is (66,57,171). Sum of RGB (Red+Green+Blue) = 66+57+171=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #4239AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4239AB is #BDC654. Grayscale: #484848. Windows color (decimal): -12437077 or 11221314. OLE color: 11221314.

HSL color Cylindrical-coordinate representation of color #4239AB: hue angle of 244.74º 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 #4239AB is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6657171-
CMYK0.610.6700.33
HSL244.74º50%44.71%-
HSV(B)244.74º66.67%67.06%-
XYZ11.067.0239.3-
YUV72.69183.48123.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.45%
GREEN value IS 57 (22.66% from 255) = 19.39%
BLUE value IS 171 (67.19% from 255) = 58.16%
R=22.45%
G=19.39%
B=58.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66571710.610.6700.33244.745044.71
Hex4239AB3D43021f5322d
Octal10271253751030413656255
Binary1000010111001101010111111011000011010000111110101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4239AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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