#4535AB

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

Shades of Blue Gem #4535AB

Tints of Blue Gem #4535AB

Color information

#4535AB (or 0x4535AB) is unknown color: approx Blue Gem. HEX triplet: 45, 35 and AB. RGB value is (69,53,171). Sum of RGB (Red+Green+Blue) = 69+53+171=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #4535AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4535AB is #BACA54. Grayscale: #464646. Windows color (decimal): -12241493 or 11220293. OLE color: 11220293.

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

Color convert

RGB6953171-
CMYK0.600.6900.33
HSL248.14º52.68%43.92%-
HSV(B)248.14º69.01%67.06%-
XYZ11.086.7539.25-
YUV71.24184.3126.41-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.55%
GREEN value IS 53 (21.09% from 255) = 18.09%
BLUE value IS 171 (67.19% from 255) = 58.36%
R=23.55%
G=18.09%
B=58.36%

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
Decimal69531710.600.6900.33248.1452.6843.92
Hex4535AB3C45021f8352c
Octal10565253741050413706554
Binary1000101110101101010111111001000101010000111111000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4535AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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