Html Css Color HEX #4525AD Blue Gem

📋 copy color: '#4525AD'

red 69 ◦ green 37 ◦ blue 173

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

Shades of Blue Gem #4525AD

Tints of Blue Gem #4525AD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.26%

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

R = 24.73%
G = 13.26%
B = 62.01%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4525AD (or 0x4525AD) is known color: Blue Gem. HEX triplet: 45, 25 and AD. RGB value is (69,37,173). Sum of RGB (Red+Green+Blue) = 69+37+173=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 173 (67.97% from 255 or 62.01% from 279); Max value from RGB is 173 - color contains mainly: blue. Hex color #4525AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4525AD is #BADA52. Grayscale: #3D3D3D. Windows color (decimal): -12245587 or 11347269. OLE color: 11347269.

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

Color convert

RGB 69 37 173 -
CMYK 0.60 0.79 0 0.32
HSL 254.12º 0.65% 0.41% -
HSV(B) 254.12º 0.79% 0.68% -
XYZ 10.66 5.61 40.06 -
YUV 62.07 190.6 132.94 -
System Red Green Blue C M Y K H S L
Decimal 69 37 173 0.60 0.79 0 0.32 254.12 0.65 0.41
Hex 45 25 AD 3C 4F 0 20 FE 41 29
Octal 105 45 255 74 117 0 40 376 101 51
Binary 1000101 100101 10101101 111100 1001111 0 100000 11111110 1000001 101001

Color Harmonies of #4525AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4525AD

Black with #4525AD

Text Example


Text Example

White with #4525AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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