Html Css Color HEX #4526AD Blue Gem

📋 copy color: '#4526AD'

red 69 ◦ green 38 ◦ blue 173

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

Shades of Blue Gem #4526AD

Tints of Blue Gem #4526AD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.57%

 BLUE value IS 173 (67.97% from 255) = 61.79%

R = 24.64%
G = 13.57%
B = 61.79%

CMYK

 C value IS 0.60

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4526AD (or 0x4526AD) is known color: Blue Gem. HEX triplet: 45, 26 and AD. RGB value is (69,38,173). Sum of RGB (Red+Green+Blue) = 69+38+173=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 173 (67.97% from 255 or 61.79% from 280); Max value from RGB is 173 - color contains mainly: blue. Hex color #4526AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4526AD is #BAD952. Grayscale: #3E3E3E. Windows color (decimal): -12245331 or 11347525. OLE color: 11347525.

HSL color Cylindrical-coordinate representation of color #4526AD: hue angle of 253.78º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4526AD is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 69 38 173 -
CMYK 0.60 0.78 0 0.32
HSL 253.78º 0.64% 0.41% -
HSV(B) 253.78º 0.78% 0.68% -
XYZ 10.69 5.67 40.07 -
YUV 62.66 190.27 132.52 -
System Red Green Blue C M Y K H S L
Decimal 69 38 173 0.60 0.78 0 0.32 253.78 0.64 0.41
Hex 45 26 AD 3C 4E 0 20 FE 40 29
Octal 105 46 255 74 116 0 40 376 100 51
Binary 1000101 100110 10101101 111100 1001110 0 100000 11111110 1000000 101001

Color Harmonies of #4526AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4526AD

Black with #4526AD

Text Example


Text Example

White with #4526AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4526AD;
 }
 .AnyTagClassName
 {
   color: #4526AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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