#4526A4

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

Shades of Blue Gem #4526A4

Tints of Blue Gem #4526A4

Color information

#4526A4 (or 0x4526A4) is unknown color: approx Blue Gem. HEX triplet: 45, 26 and A4. RGB value is (69,38,164). Sum of RGB (Red+Green+Blue) = 69+38+164=271 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.46% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 164 (64.45% from 255 or 60.52% from 271); Max value from RGB is 164 - color contains mainly: blue. Hex color #4526A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4526A4 is #BAD95B. Grayscale: #3D3D3D. Windows color (decimal): -12245340 or 10757701. OLE color: 10757701.

HSL color Cylindrical-coordinate representation of color #4526A4: hue angle of 254.76º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4526A4 is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6938164-
CMYK0.580.7700.36
HSL254.76º62.38%39.61%-
HSV(B)254.76º76.83%64.31%-
XYZ9.855.3335.63-
YUV61.63185.77133.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.46%
GREEN value IS 38 (15.23% from 255) = 14.02%
BLUE value IS 164 (64.45% from 255) = 60.52%
R=25.46%
G=14.02%
B=60.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal69381640.580.7700.36254.7662.3839.61
Hex4526A43A4D024ff3e28
Octal10546244721150443777650
Binary1000101100110101001001110101001101010010011111111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4526A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4526A4; }

 p { color: rgb(69,38,164); }

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

<style>
 a { background-color: #4526A4; }

 a { background-color: rgb(69,38,164); }

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

<style>
 span { border-color: #4526A4; }

 span { border-color: rgb(69,38,164); }

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