Html Css Color HEX #4C49AC Rich Blue

📋 copy color: '#4C49AC'

red 76 ◦ green 73 ◦ blue 172

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

Shades of Rich Blue #4C49AC

Tints of Rich Blue #4C49AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.58%

R = 23.68%
G = 22.74%
B = 53.58%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C49AC (or 0x4C49AC) is known color: Rich Blue. HEX triplet: 4C, 49 and AC. RGB value is (76,73,172). Sum of RGB (Red+Green+Blue) = 76+73+172=321 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.68% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C49AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C49AC is #B3B653. Grayscale: #545454. Windows color (decimal): -11777620 or 11290956. OLE color: 11290956.

HSL color Cylindrical-coordinate representation of color #4C49AC: hue angle of 241.82º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C49AC is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 76 73 172 -
CMYK 0.56 0.58 0 0.33
HSL 241.82º 0.4% 0.48% -
HSV(B) 241.82º 0.58% 0.67% -
XYZ 12.81 9.28 40.15 -
YUV 85.18 176.99 121.45 -
System Red Green Blue C M Y K H S L
Decimal 76 73 172 0.56 0.58 0 0.33 241.82 0.4 0.48
Hex 4C 49 AC 38 3A 0 21 F2 28 30
Octal 114 111 254 70 72 0 41 362 50 60
Binary 1001100 1001001 10101100 111000 111010 0 100001 11110010 101000 110000

Color Harmonies of #4C49AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C49AC

Black with #4C49AC

Text Example


Text Example

White with #4C49AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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