Html Css Color HEX #4537AD Blue Gem

📋 copy color: '#4537AD'

red 69 ◦ green 55 ◦ blue 173

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

Shades of Blue Gem #4537AD

Tints of Blue Gem #4537AD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.52%

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

R = 23.23%
G = 18.52%
B = 58.25%

CMYK

 C value IS 0.60

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4537AD (or 0x4537AD) is known color: Blue Gem. HEX triplet: 45, 37 and AD. RGB value is (69,55,173). Sum of RGB (Red+Green+Blue) = 69+55+173=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #4537AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4537AD is #BAC852. Grayscale: #484848. Windows color (decimal): -12240979 or 11351877. OLE color: 11351877.

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

Color convert

RGB 69 55 173 -
CMYK 0.60 0.68 0 0.32
HSL 247.12º 0.52% 0.45% -
HSV(B) 247.12º 0.68% 0.68% -
XYZ 11.36 7.01 40.29 -
YUV 72.64 184.64 125.41 -
System Red Green Blue C M Y K H S L
Decimal 69 55 173 0.60 0.68 0 0.32 247.12 0.52 0.45
Hex 45 37 AD 3C 44 0 20 F7 34 2D
Octal 105 67 255 74 104 0 40 367 64 55
Binary 1000101 110111 10101101 111100 1000100 0 100000 11110111 110100 101101

Color Harmonies of #4537AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4537AD

Black with #4537AD

Text Example


Text Example

White with #4537AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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