Html Css Color HEX #4835AD Blue Gem

📋 copy color: '#4835AD'

red 72 ◦ green 53 ◦ blue 173

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

Shades of Blue Gem #4835AD

Tints of Blue Gem #4835AD

RGB

 RED value IS 72 (28.52% from 255) = 24.16%

 GREEN value IS 53 (21.09% from 255) = 17.79%

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

R = 24.16%
G = 17.79%
B = 58.05%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4835AD (or 0x4835AD) is known color: Blue Gem. HEX triplet: 48, 35 and AD. RGB value is (72,53,173). Sum of RGB (Red+Green+Blue) = 72+53+173=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 173 (67.97% from 255 or 58.05% from 298); Max value from RGB is 173 - color contains mainly: blue. Hex color #4835AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4835AD is #B7CA52. Grayscale: #474747. Windows color (decimal): -12044883 or 11351368. OLE color: 11351368.

HSL color Cylindrical-coordinate representation of color #4835AD: hue angle of 249.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4835AD is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 53 173 -
CMYK 0.58 0.69 0 0.32
HSL 249.5º 0.53% 0.44% -
HSV(B) 249.5º 0.69% 0.68% -
XYZ 11.49 6.94 40.27 -
YUV 72.36 184.79 127.74 -
System Red Green Blue C M Y K H S L
Decimal 72 53 173 0.58 0.69 0 0.32 249.5 0.53 0.44
Hex 48 35 AD 3A 45 0 20 FA 35 2C
Octal 110 65 255 72 105 0 40 372 65 54
Binary 1001000 110101 10101101 111010 1000101 0 100000 11111010 110101 101100

Color Harmonies of #4835AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4835AD

Black with #4835AD

Text Example


Text Example

White with #4835AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,53,173); }

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

background-color css

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

 a { background-color: rgb(72,53,173); }

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

border-color css

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

 span { border-color: rgb(72,53,173); }

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