Html Css Color HEX #4A41AC Rich Blue

📋 copy color: '#4A41AC'

red 74 ◦ green 65 ◦ blue 172

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

Shades of Rich Blue #4A41AC

Tints of Rich Blue #4A41AC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.9%

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

R = 23.79%
G = 20.9%
B = 55.31%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A41AC (or 0x4A41AC) is known color: Rich Blue. HEX triplet: 4A, 41 and AC. RGB value is (74,65,172). Sum of RGB (Red+Green+Blue) = 74+65+172=311 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.79% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A41AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A41AC is #B5BE53. Grayscale: #4F4F4F. Windows color (decimal): -11910740 or 11288906. OLE color: 11288906.

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

Color convert

RGB 74 65 172 -
CMYK 0.57 0.62 0 0.33
HSL 245.05º 0.45% 0.46% -
HSV(B) 245.05º 0.62% 0.67% -
XYZ 12.16 8.21 39.97 -
YUV 79.89 179.98 123.8 -
System Red Green Blue C M Y K H S L
Decimal 74 65 172 0.57 0.62 0 0.33 245.05 0.45 0.46
Hex 4A 41 AC 39 3E 0 21 F5 2D 2E
Octal 112 101 254 71 76 0 41 365 55 56
Binary 1001010 1000001 10101100 111001 111110 0 100001 11110101 101101 101110

Color Harmonies of #4A41AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A41AC

Black with #4A41AC

Text Example


Text Example

White with #4A41AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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