#4427AC

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

Shades of Blue Gem #4427AC

Tints of Blue Gem #4427AC

Color information

#4427AC (or 0x4427AC) is unknown color: approx Blue Gem. HEX triplet: 44, 27 and AC. RGB value is (68,39,172). Sum of RGB (Red+Green+Blue) = 68+39+172=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 172 (67.58% from 255 or 61.65% from 279); Max value from RGB is 172 - color contains mainly: blue. Hex color #4427AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4427AC is #BBD853. Grayscale: #3E3E3E. Windows color (decimal): -12310612 or 11282244. OLE color: 11282244.

HSL color Cylindrical-coordinate representation of color #4427AC: hue angle of 253.08º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4427AC is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6839172-
CMYK0.600.7700.33
HSL253.08º63.03%41.37%-
HSV(B)253.08º77.33%67.45%-
XYZ10.565.6639.57-
YUV62.83189.61131.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.37%
GREEN value IS 39 (15.62% from 255) = 13.98%
BLUE value IS 172 (67.58% from 255) = 61.65%
R=24.37%
G=13.98%
B=61.65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68391720.600.7700.33253.0863.0341.37
Hex4427AC3C4D021fd3f29
Octal10447254741150413757751
Binary1000100100111101011001111001001101010000111111101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4427AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4427AC; }

 p { color: rgb(68,39,172); }

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

<style>
 a { background-color: #4427AC; }

 a { background-color: rgb(68,39,172); }

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

<style>
 span { border-color: #4427AC; }

 span { border-color: rgb(68,39,172); }

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