Html Css Color HEX #4521A4 Blue Gem

📋 copy color: '#4521A4'

red 69 ◦ green 33 ◦ blue 164

#4521A4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #4521A4

Tints of Blue Gem #4521A4

RGB

 RED value IS 69 (27.34% from 255) = 25.94%

 GREEN value IS 33 (13.28% from 255) = 12.41%

 BLUE value IS 164 (64.45% from 255) = 61.65%

R = 25.94%
G = 12.41%
B = 61.65%

CMYK

 C value IS 0.58

 M value IS 0.80

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4521A4 (or 0x4521A4) is known color: Blue Gem. HEX triplet: 45, 21 and A4. RGB value is (69,33,164). Sum of RGB (Red+Green+Blue) = 69+33+164=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 164 (64.45% from 255 or 61.65% from 266); Max value from RGB is 164 - color contains mainly: blue. Hex color #4521A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4521A4 is #BADE5B. Grayscale: #3A3A3A. Windows color (decimal): -12246620 or 10756421. OLE color: 10756421.

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

Color convert

RGB 69 33 164 -
CMYK 0.58 0.80 0 0.36
HSL 256.49º 0.66% 0.39% -
HSV(B) 256.49º 0.8% 0.64% -
XYZ 9.7 5.03 35.58 -
YUV 58.7 187.43 135.35 -
System Red Green Blue C M Y K H S L
Decimal 69 33 164 0.58 0.80 0 0.36 256.49 0.66 0.39
Hex 45 21 A4 3A 50 0 24 100 42 27
Octal 105 41 244 72 120 0 44 400 102 47
Binary 1000101 100001 10100100 111010 1010000 0 100100 100000000 1000010 100111

Color Harmonies of #4521A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4521A4

Black with #4521A4

Text Example


Text Example

White with #4521A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4521A4;
 }
 .AnyTagClassName
 {
   color: #4521A4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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