#4227AB

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

Shades of Blue Gem #4227AB

Tints of Blue Gem #4227AB

Color information

#4227AB (or 0x4227AB) is unknown color: approx Blue Gem. HEX triplet: 42, 27 and AB. RGB value is (66,39,171). Sum of RGB (Red+Green+Blue) = 66+39+171=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #4227AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4227AB is #BDD854. Grayscale: #3D3D3D. Windows color (decimal): -12441685 or 11216706. OLE color: 11216706.

HSL color Cylindrical-coordinate representation of color #4227AB: hue angle of 252.27º 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 #4227AB is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6639171-
CMYK0.610.7700.33
HSL252.27º62.86%41.18%-
HSV(B)252.27º77.19%67.06%-
XYZ10.325.5539.06-
YUV62.12189.45130.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.91%
GREEN value IS 39 (15.62% from 255) = 14.13%
BLUE value IS 171 (67.19% from 255) = 61.96%
R=23.91%
G=14.13%
B=61.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66391710.610.7700.33252.2762.8641.18
Hex4227AB3D4D021fc3f29
Octal10247253751150413747751
Binary1000010100111101010111111011001101010000111111100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4227AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,39,171); }

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

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

 a { background-color: rgb(66,39,171); }

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

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

 span { border-color: rgb(66,39,171); }

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