Html Css Color HEX #4C41AC Rich Blue

📋 copy color: '#4C41AC'

red 76 ◦ green 65 ◦ blue 172

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

Shades of Rich Blue #4C41AC

Tints of Rich Blue #4C41AC

RGB

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

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

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

R = 24.28%
G = 20.77%
B = 54.95%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C41AC (or 0x4C41AC) is known color: Rich Blue. HEX triplet: 4C, 41 and AC. RGB value is (76,65,172). Sum of RGB (Red+Green+Blue) = 76+65+172=313 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.28% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C41AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C41AC is #B3BE53. Grayscale: #505050. Windows color (decimal): -11779668 or 11288908. OLE color: 11288908.

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

Color convert

RGB 76 65 172 -
CMYK 0.56 0.62 0 0.33
HSL 246.17º 0.45% 0.46% -
HSV(B) 246.17º 0.62% 0.67% -
XYZ 12.32 8.3 39.98 -
YUV 80.49 179.64 124.8 -
System Red Green Blue C M Y K H S L
Decimal 76 65 172 0.56 0.62 0 0.33 246.17 0.45 0.46
Hex 4C 41 AC 38 3E 0 21 F6 2D 2E
Octal 114 101 254 70 76 0 41 366 55 56
Binary 1001100 1000001 10101100 111000 111110 0 100001 11110110 101101 101110

Color Harmonies of #4C41AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C41AC

Black with #4C41AC

Text Example


Text Example

White with #4C41AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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