Html Css Color HEX #4C49AD Rich Blue

📋 copy color: '#4C49AD'

red 76 ◦ green 73 ◦ blue 173

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

Shades of Rich Blue #4C49AD

Tints of Rich Blue #4C49AD

RGB

 RED value IS 76 (30.08% from 255) = 23.6%

 GREEN value IS 73 (28.91% from 255) = 22.67%

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

R = 23.6%
G = 22.67%
B = 53.73%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4C49AD (or 0x4C49AD) is known color: Rich Blue. HEX triplet: 4C, 49 and AD. RGB value is (76,73,173). Sum of RGB (Red+Green+Blue) = 76+73+173=322 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.60% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #4C49AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C49AD is #B3B652. Grayscale: #545454. Windows color (decimal): -11777619 or 11356492. OLE color: 11356492.

HSL color Cylindrical-coordinate representation of color #4C49AD: hue angle of 241.8º 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 #4C49AD is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 76 73 173 -
CMYK 0.56 0.58 0 0.32
HSL 241.8º 0.41% 0.48% -
HSV(B) 241.8º 0.58% 0.68% -
XYZ 12.91 9.32 40.65 -
YUV 85.3 177.49 121.37 -
System Red Green Blue C M Y K H S L
Decimal 76 73 173 0.56 0.58 0 0.32 241.8 0.41 0.48
Hex 4C 49 AD 38 3A 0 20 F2 29 30
Octal 114 111 255 70 72 0 40 362 51 60
Binary 1001100 1001001 10101101 111000 111010 0 100000 11110010 101001 110000

Color Harmonies of #4C49AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C49AD

Black with #4C49AD

Text Example


Text Example

White with #4C49AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C49AD; }

 p { color: rgb(76,73,173); }

 H1.HeaderClassName
 {
   color: #4C49AD;
 }
 .AnyTagClassName
 {
   color: #4C49AD;
 }
</style>

background-color css

<style>
 a { background-color: #4C49AD; }

 a { background-color: rgb(76,73,173); }

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

border-color css

<style>
 span { border-color: #4C49AD; }

 span { border-color: rgb(76,73,173); }

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