Html Css Color HEX #4855AD Rich Blue

📋 copy color: '#4855AD'

red 72 ◦ green 85 ◦ blue 173

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

Shades of Rich Blue #4855AD

Tints of Rich Blue #4855AD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.76%

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

R = 21.82%
G = 25.76%
B = 52.42%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4855AD (or 0x4855AD) is known color: Rich Blue. HEX triplet: 48, 55 and AD. RGB value is (72,85,173). Sum of RGB (Red+Green+Blue) = 72+85+173=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #4855AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4855AD is #B7AA52. Grayscale: #5A5A5A. Windows color (decimal): -12036691 or 11359560. OLE color: 11359560.

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

Color convert

RGB 72 85 173 -
CMYK 0.58 0.51 0 0.32
HSL 232.28º 0.41% 0.48% -
HSV(B) 232.28º 0.58% 0.68% -
XYZ 13.46 10.89 40.93 -
YUV 91.15 174.19 114.34 -
System Red Green Blue C M Y K H S L
Decimal 72 85 173 0.58 0.51 0 0.32 232.28 0.41 0.48
Hex 48 55 AD 3A 33 0 20 E8 29 30
Octal 110 125 255 72 63 0 40 350 51 60
Binary 1001000 1010101 10101101 111010 110011 0 100000 11101000 101001 110000

Color Harmonies of #4855AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4855AD

Black with #4855AD

Text Example


Text Example

White with #4855AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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