#4536AC

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

Shades of Blue Gem #4536AC

Tints of Blue Gem #4536AC

Color information

#4536AC (or 0x4536AC) is unknown color: approx Blue Gem. HEX triplet: 45, 36 and AC. RGB value is (69,54,172). Sum of RGB (Red+Green+Blue) = 69+54+172=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 54 (21.48% from 255 or 18.31% 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 #4536AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4536AC is #BAC953. Grayscale: #474747. Windows color (decimal): -12241236 or 11286085. OLE color: 11286085.

HSL color Cylindrical-coordinate representation of color #4536AC: hue angle of 247.63º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4536AC is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6954172-
CMYK0.600.6900.33
HSL247.63º52.21%44.31%-
HSV(B)247.63º68.6%67.45%-
XYZ11.226.8839.77-
YUV71.94184.47125.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.39%
GREEN value IS 54 (21.48% from 255) = 18.31%
BLUE value IS 172 (67.58% from 255) = 58.31%
R=23.39%
G=18.31%
B=58.31%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal69541720.600.6900.33247.6352.2144.31
Hex4536AC3C45021f8342c
Octal10566254741050413706454
Binary1000101110110101011001111001000101010000111111000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4536AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,54,172); }

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

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

 a { background-color: rgb(69,54,172); }

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

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

 span { border-color: rgb(69,54,172); }

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