#4523A4

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

Shades of Blue Gem #4523A4

Tints of Blue Gem #4523A4

Color information

#4523A4 (or 0x4523A4) is unknown color: approx Blue Gem. HEX triplet: 45, 23 and A4. RGB value is (69,35,164). Sum of RGB (Red+Green+Blue) = 69+35+164=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 164 (64.45% from 255 or 61.19% from 268); Max value from RGB is 164 - color contains mainly: blue. Hex color #4523A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4523A4 is #BADC5B. Grayscale: #3B3B3B. Windows color (decimal): -12246108 or 10756933. OLE color: 10756933.

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

Color convert

RGB6935164-
CMYK0.580.7900.36
HSL255.81º64.82%39.02%-
HSV(B)255.81º78.66%64.31%-
XYZ9.765.1535.6-
YUV59.87186.76134.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.75%
GREEN value IS 35 (14.06% from 255) = 13.06%
BLUE value IS 164 (64.45% from 255) = 61.19%
R=25.75%
G=13.06%
B=61.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal69351640.580.7900.36255.8164.8239.02
Hex4523A43A4F0241004127
Octal105432447211704440010147
Binary100010110001110100100111010100111101001001000000001000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4523A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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