Html Css Color HEX #4A40AC Rich Blue

📋 copy color: '#4A40AC'

red 74 ◦ green 64 ◦ blue 172

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

Shades of Rich Blue #4A40AC

Tints of Rich Blue #4A40AC

RGB

 RED value IS 74 (29.3% from 255) = 23.87%

 GREEN value IS 64 (25.39% from 255) = 20.65%

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

R = 23.87%
G = 20.65%
B = 55.48%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A40AC (or 0x4A40AC) is known color: Rich Blue. HEX triplet: 4A, 40 and AC. RGB value is (74,64,172). Sum of RGB (Red+Green+Blue) = 74+64+172=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A40AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A40AC is #B5BF53. Grayscale: #4E4E4E. Windows color (decimal): -11910996 or 11288650. OLE color: 11288650.

HSL color Cylindrical-coordinate representation of color #4A40AC: hue angle of 245.56º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A40AC is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 64 172 -
CMYK 0.57 0.63 0 0.33
HSL 245.56º 0.46% 0.46% -
HSV(B) 245.56º 0.63% 0.67% -
XYZ 12.1 8.1 39.96 -
YUV 79.3 180.31 124.22 -
System Red Green Blue C M Y K H S L
Decimal 74 64 172 0.57 0.63 0 0.33 245.56 0.46 0.46
Hex 4A 40 AC 39 3F 0 21 F6 2E 2E
Octal 112 100 254 71 77 0 41 366 56 56
Binary 1001010 1000000 10101100 111001 111111 0 100001 11110110 101110 101110

Color Harmonies of #4A40AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A40AC

Black with #4A40AC

Text Example


Text Example

White with #4A40AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,64,172); }

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

background-color css

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

 a { background-color: rgb(74,64,172); }

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

border-color css

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

 span { border-color: rgb(74,64,172); }

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