Html Css Color HEX #4C4AAA Rich Blue

📋 copy color: '#4C4AAA'

red 76 ◦ green 74 ◦ blue 170

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

Shades of Rich Blue #4C4AAA

Tints of Rich Blue #4C4AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.13%

 BLUE value IS 170 (66.8% from 255) = 53.13%

R = 23.75%
G = 23.13%
B = 53.13%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C4AAA (or 0x4C4AAA) is known color: Rich Blue. HEX triplet: 4C, 4A and AA. RGB value is (76,74,170). Sum of RGB (Red+Green+Blue) = 76+74+170=320 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.75% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #4C4AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4AAA is #B3B555. Grayscale: #555555. Windows color (decimal): -11777366 or 11160140. OLE color: 11160140.

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

Color convert

RGB 76 74 170 -
CMYK 0.55 0.56 0 0.33
HSL 241.25º 0.39% 0.48% -
HSV(B) 241.25º 0.56% 0.67% -
XYZ 12.68 9.34 39.16 -
YUV 85.54 175.66 121.19 -
System Red Green Blue C M Y K H S L
Decimal 76 74 170 0.55 0.56 0 0.33 241.25 0.39 0.48
Hex 4C 4A AA 37 38 0 21 F1 27 30
Octal 114 112 252 67 70 0 41 361 47 60
Binary 1001100 1001010 10101010 110111 111000 0 100001 11110001 100111 110000

Color Harmonies of #4C4AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4AAA

Black with #4C4AAA

Text Example


Text Example

White with #4C4AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,74,170); }

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

background-color css

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

 a { background-color: rgb(76,74,170); }

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

border-color css

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

 span { border-color: rgb(76,74,170); }

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