Html Css Color HEX #4841AD Rich Blue

📋 copy color: '#4841AD'

red 72 ◦ green 65 ◦ blue 173

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

Shades of Rich Blue #4841AD

Tints of Rich Blue #4841AD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.97%

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

R = 23.23%
G = 20.97%
B = 55.81%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4841AD (or 0x4841AD) is known color: Rich Blue. HEX triplet: 48, 41 and AD. RGB value is (72,65,173). Sum of RGB (Red+Green+Blue) = 72+65+173=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #4841AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4841AD is #B7BE52. Grayscale: #4E4E4E. Windows color (decimal): -12041811 or 11354440. OLE color: 11354440.

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

Color convert

RGB 72 65 173 -
CMYK 0.58 0.62 0 0.32
HSL 243.89º 0.45% 0.47% -
HSV(B) 243.89º 0.62% 0.68% -
XYZ 12.11 8.18 40.48 -
YUV 79.41 180.82 122.72 -
System Red Green Blue C M Y K H S L
Decimal 72 65 173 0.58 0.62 0 0.32 243.89 0.45 0.47
Hex 48 41 AD 3A 3E 0 20 F4 2D 2F
Octal 110 101 255 72 76 0 40 364 55 57
Binary 1001000 1000001 10101101 111010 111110 0 100000 11110100 101101 101111

Color Harmonies of #4841AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4841AD

Black with #4841AD

Text Example


Text Example

White with #4841AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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