#4434A2

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

Shades of Blue Gem #4434A2

Tints of Blue Gem #4434A2

Color information

#4434A2 (or 0x4434A2) is unknown color: approx Blue Gem. HEX triplet: 44, 34 and A2. RGB value is (68,52,162). Sum of RGB (Red+Green+Blue) = 68+52+162=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 162 (63.67% from 255 or 57.45% from 282); Max value from RGB is 162 - color contains mainly: blue. Hex color #4434A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4434A2 is #BBCB5D. Grayscale: #444444. Windows color (decimal): -12307294 or 10630212. OLE color: 10630212.

HSL color Cylindrical-coordinate representation of color #4434A2: hue angle of 248.73º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4434A2 is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6852162-
CMYK0.580.6800.36
HSL248.73º51.4%41.96%-
HSV(B)248.73º67.9%63.53%-
XYZ10.136.2934.86-
YUV69.32180.3127.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.11%
GREEN value IS 52 (20.70% from 255) = 18.44%
BLUE value IS 162 (63.67% from 255) = 57.45%
R=24.11%
G=18.44%
B=57.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal68521620.580.6800.36248.7351.441.96
Hex4434A23A44024f9332a
Octal10464242721040443716352
Binary1000100110100101000101110101000100010010011111001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4434A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4434A2; }

 p { color: rgb(68,52,162); }

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

<style>
 a { background-color: #4434A2; }

 a { background-color: rgb(68,52,162); }

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

<style>
 span { border-color: #4434A2; }

 span { border-color: rgb(68,52,162); }

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