Html Css Color HEX #4835AA Blue Gem

📋 copy color: '#4835AA'

red 72 ◦ green 53 ◦ blue 170

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

Shades of Blue Gem #4835AA

Tints of Blue Gem #4835AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 57.63%

R = 24.41%
G = 17.97%
B = 57.63%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4835AA (or 0x4835AA) is known color: Blue Gem. HEX triplet: 48, 35 and AA. RGB value is (72,53,170). Sum of RGB (Red+Green+Blue) = 72+53+170=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #4835AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4835AA is #B7CA55. Grayscale: #474747. Windows color (decimal): -12044886 or 11154760. OLE color: 11154760.

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

Color convert

RGB 72 53 170 -
CMYK 0.58 0.69 0 0.33
HSL 249.74º 0.52% 0.44% -
HSV(B) 249.74º 0.69% 0.67% -
XYZ 11.2 6.83 38.76 -
YUV 72.02 183.29 127.99 -
System Red Green Blue C M Y K H S L
Decimal 72 53 170 0.58 0.69 0 0.33 249.74 0.52 0.44
Hex 48 35 AA 3A 45 0 21 FA 34 2C
Octal 110 65 252 72 105 0 41 372 64 54
Binary 1001000 110101 10101010 111010 1000101 0 100001 11111010 110100 101100

Color Harmonies of #4835AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4835AA

Black with #4835AA

Text Example


Text Example

White with #4835AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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