#4539AB

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

Shades of Blue Gem #4539AB

Tints of Blue Gem #4539AB

Color information

#4539AB (or 0x4539AB) is unknown color: approx Blue Gem. HEX triplet: 45, 39 and AB. RGB value is (69,57,171). Sum of RGB (Red+Green+Blue) = 69+57+171=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #4539AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4539AB is #BAC654. Grayscale: #494949. Windows color (decimal): -12240469 or 11221317. OLE color: 11221317.

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

Color convert

RGB6957171-
CMYK0.600.6700.33
HSL246.32º50%44.71%-
HSV(B)246.32º66.67%67.06%-
XYZ11.277.1339.31-
YUV73.58182.98124.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.23%
GREEN value IS 57 (22.66% from 255) = 19.19%
BLUE value IS 171 (67.19% from 255) = 57.58%
R=23.23%
G=19.19%
B=57.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal69571710.600.6700.33246.325044.71
Hex4539AB3C43021f6322d
Octal10571253741030413666255
Binary1000101111001101010111111001000011010000111110110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4539AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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