#4427A5

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

Shades of Blue Gem #4427A5

Tints of Blue Gem #4427A5

Color information

#4427A5 (or 0x4427A5) is unknown color: approx Blue Gem. HEX triplet: 44, 27 and A5. RGB value is (68,39,165). Sum of RGB (Red+Green+Blue) = 68+39+165=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 165 (64.84% from 255 or 60.66% from 272); Max value from RGB is 165 - color contains mainly: blue. Hex color #4427A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4427A5 is #BBD85A. Grayscale: #3D3D3D. Windows color (decimal): -12310619 or 10823492. OLE color: 10823492.

HSL color Cylindrical-coordinate representation of color #4427A5: hue angle of 253.81º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4427A5 is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6839165-
CMYK0.590.7600.35
HSL253.81º61.76%40%-
HSV(B)253.81º76.36%64.71%-
XYZ9.95.436.12-
YUV62.04186.11132.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25%
GREEN value IS 39 (15.62% from 255) = 14.34%
BLUE value IS 165 (64.84% from 255) = 60.66%
R=25%
G=14.34%
B=60.66%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal68391650.590.7600.35253.8161.7640
Hex4427A53B4C023fe3e28
Octal10447245731140433767650
Binary1000100100111101001011110111001100010001111111110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4427A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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