Html Css Color HEX #4C41AD Rich Blue

📋 copy color: '#4C41AD'

red 76 ◦ green 65 ◦ blue 173

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

Shades of Rich Blue #4C41AD

Tints of Rich Blue #4C41AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 55.1%

R = 24.2%
G = 20.7%
B = 55.1%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4C41AD (or 0x4C41AD) is known color: Rich Blue. HEX triplet: 4C, 41 and AD. RGB value is (76,65,173). Sum of RGB (Red+Green+Blue) = 76+65+173=314 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.20% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #4C41AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C41AD is #B3BE52. Grayscale: #505050. Windows color (decimal): -11779667 or 11354444. OLE color: 11354444.

HSL color Cylindrical-coordinate representation of color #4C41AD: hue angle of 246.11º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C41AD is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 76 65 173 -
CMYK 0.56 0.62 0 0.32
HSL 246.11º 0.45% 0.47% -
HSV(B) 246.11º 0.62% 0.68% -
XYZ 12.41 8.33 40.49 -
YUV 80.6 180.14 124.72 -
System Red Green Blue C M Y K H S L
Decimal 76 65 173 0.56 0.62 0 0.32 246.11 0.45 0.47
Hex 4C 41 AD 38 3E 0 20 F6 2D 2F
Octal 114 101 255 70 76 0 40 366 55 57
Binary 1001100 1000001 10101101 111000 111110 0 100000 11110110 101101 101111

Color Harmonies of #4C41AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C41AD

Black with #4C41AD

Text Example


Text Example

White with #4C41AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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