#4533AF

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

Shades of Blue Gem #4533AF

Tints of Blue Gem #4533AF

Color information

#4533AF (or 0x4533AF) is unknown color: approx Blue Gem. HEX triplet: 45, 33 and AF. RGB value is (69,51,175). Sum of RGB (Red+Green+Blue) = 69+51+175=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 175 (68.75% from 255 or 59.32% from 295); Max value from RGB is 175 - color contains mainly: blue. Hex color #4533AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4533AF is #BACC50. Grayscale: #464646. Windows color (decimal): -12242001 or 11481925. OLE color: 11481925.

HSL color Cylindrical-coordinate representation of color #4533AF: hue angle of 248.71º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4533AF is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6951175-
CMYK0.610.7100.31
HSL248.71º54.87%44.31%-
HSV(B)248.71º70.86%68.63%-
XYZ11.386.7341.26-
YUV70.52186.96126.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.39%
GREEN value IS 51 (20.31% from 255) = 17.29%
BLUE value IS 175 (68.75% from 255) = 59.32%
R=23.39%
G=17.29%
B=59.32%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal69511750.610.7100.31248.7154.8744.31
Hex4533AF3D4701Ff9372c
Octal10563257751070373716754
Binary100010111001110101111111101100011101111111111001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4533AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4533AF; }

 p { color: rgb(69,51,175); }

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

<style>
 a { background-color: #4533AF; }

 a { background-color: rgb(69,51,175); }

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

<style>
 span { border-color: #4533AF; }

 span { border-color: rgb(69,51,175); }

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