Html Css Color HEX #4528A9 Blue Gem

📋 copy color: '#4528A9'

red 69 ◦ green 40 ◦ blue 169

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

Shades of Blue Gem #4528A9

Tints of Blue Gem #4528A9

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.39%

 BLUE value IS 169 (66.41% from 255) = 60.79%

R = 24.82%
G = 14.39%
B = 60.79%

CMYK

 C value IS 0.59

 M value IS 0.76

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#4528A9 (or 0x4528A9) is known color: Blue Gem. HEX triplet: 45, 28 and A9. RGB value is (69,40,169). Sum of RGB (Red+Green+Blue) = 69+40+169=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 169 (66.41% from 255 or 60.79% from 278); Max value from RGB is 169 - color contains mainly: blue. Hex color #4528A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4528A9 is #BAD756. Grayscale: #3E3E3E. Windows color (decimal): -12244823 or 11085893. OLE color: 11085893.

HSL color Cylindrical-coordinate representation of color #4528A9: hue angle of 253.49º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4528A9 is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 69 40 169 -
CMYK 0.59 0.76 0 0.34
HSL 253.49º 0.62% 0.41% -
HSV(B) 253.49º 0.76% 0.66% -
XYZ 10.37 5.65 38.08 -
YUV 63.38 187.61 132.01 -
System Red Green Blue C M Y K H S L
Decimal 69 40 169 0.59 0.76 0 0.34 253.49 0.62 0.41
Hex 45 28 A9 3B 4C 0 22 FD 3E 29
Octal 105 50 251 73 114 0 42 375 76 51
Binary 1000101 101000 10101001 111011 1001100 0 100010 11111101 111110 101001

Color Harmonies of #4528A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4528A9

Black with #4528A9

Text Example


Text Example

White with #4528A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4528A9; }

 p { color: rgb(69,40,169); }

 H1.HeaderClassName
 {
   color: #4528A9;
 }
 .AnyTagClassName
 {
   color: #4528A9;
 }
</style>

background-color css

<style>
 a { background-color: #4528A9; }

 a { background-color: rgb(69,40,169); }

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

border-color css

<style>
 span { border-color: #4528A9; }

 span { border-color: rgb(69,40,169); }

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