#4536A6

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

Shades of Blue Gem #4536A6

Tints of Blue Gem #4536A6

Color information

#4536A6 (or 0x4536A6) is unknown color: approx Blue Gem. HEX triplet: 45, 36 and A6. RGB value is (69,54,166). Sum of RGB (Red+Green+Blue) = 69+54+166=289 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.88% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 166 (65.23% from 255 or 57.44% from 289); Max value from RGB is 166 - color contains mainly: blue. Hex color #4536A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4536A6 is #BAC959. Grayscale: #464646. Windows color (decimal): -12241242 or 10892869. OLE color: 10892869.

HSL color Cylindrical-coordinate representation of color #4536A6: hue angle of 248.04º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4536A6 is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6954166-
CMYK0.580.6700.35
HSL248.04º50.91%43.14%-
HSV(B)248.04º67.47%65.1%-
XYZ10.666.6636.8-
YUV71.25181.47126.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.88%
GREEN value IS 54 (21.48% from 255) = 18.69%
BLUE value IS 166 (65.23% from 255) = 57.44%
R=23.88%
G=18.69%
B=57.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal69541660.580.6700.35248.0450.9143.14
Hex4536A63A43023f8332b
Octal10566246721030433706353
Binary1000101110110101001101110101000011010001111111000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4536A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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