Html Css Color HEX #4844AD Rich Blue

📋 copy color: '#4844AD'

red 72 ◦ green 68 ◦ blue 173

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

Shades of Rich Blue #4844AD

Tints of Rich Blue #4844AD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.73%

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

R = 23%
G = 21.73%
B = 55.27%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4844AD (or 0x4844AD) is known color: Rich Blue. HEX triplet: 48, 44 and AD. RGB value is (72,68,173). Sum of RGB (Red+Green+Blue) = 72+68+173=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #4844AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4844AD is #B7BB52. Grayscale: #505050. Windows color (decimal): -12041043 or 11355208. OLE color: 11355208.

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

Color convert

RGB 72 68 173 -
CMYK 0.58 0.61 0 0.32
HSL 242.29º 0.44% 0.47% -
HSV(B) 242.29º 0.61% 0.68% -
XYZ 12.28 8.53 40.53 -
YUV 81.17 179.83 121.46 -
System Red Green Blue C M Y K H S L
Decimal 72 68 173 0.58 0.61 0 0.32 242.29 0.44 0.47
Hex 48 44 AD 3A 3D 0 20 F2 2C 2F
Octal 110 104 255 72 75 0 40 362 54 57
Binary 1001000 1000100 10101101 111010 111101 0 100000 11110010 101100 101111

Color Harmonies of #4844AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4844AD

Black with #4844AD

Text Example


Text Example

White with #4844AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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