#4425AD

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

Shades of Blue Gem #4425AD

Tints of Blue Gem #4425AD

Color information

#4425AD (or 0x4425AD) is unknown color: approx Blue Gem. HEX triplet: 44, 25 and AD. RGB value is (68,37,173). Sum of RGB (Red+Green+Blue) = 68+37+173=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 173 (67.97% from 255 or 62.23% from 278); Max value from RGB is 173 - color contains mainly: blue. Hex color #4425AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4425AD is #BBDA52. Grayscale: #3D3D3D. Windows color (decimal): -12311123 or 11347268. OLE color: 11347268.

HSL color Cylindrical-coordinate representation of color #4425AD: hue angle of 253.68º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4425AD is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6837173-
CMYK0.610.7900.32
HSL253.68º64.76%41.18%-
HSV(B)253.68º78.61%67.84%-
XYZ10.595.5740.05-
YUV61.77190.77132.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.46%
GREEN value IS 37 (14.84% from 255) = 13.31%
BLUE value IS 173 (67.97% from 255) = 62.23%
R=24.46%
G=13.31%
B=62.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal68371730.610.7900.32253.6864.7641.18
Hex4425AD3D4F020fe4129
Octal104452557511704037610151
Binary10001001001011010110111110110011110100000111111101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4425AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4425AD; }

 p { color: rgb(68,37,173); }

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

<style>
 a { background-color: #4425AD; }

 a { background-color: rgb(68,37,173); }

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

<style>
 span { border-color: #4425AD; }

 span { border-color: rgb(68,37,173); }

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