Html Css Color HEX #4C46AD Rich Blue

📋 copy color: '#4C46AD'

red 76 ◦ green 70 ◦ blue 173

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

Shades of Rich Blue #4C46AD

Tints of Rich Blue #4C46AD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.94%

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

R = 23.82%
G = 21.94%
B = 54.23%

CMYK

 C value IS 0.56

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4C46AD (or 0x4C46AD) is known color: Rich Blue. HEX triplet: 4C, 46 and AD. RGB value is (76,70,173). Sum of RGB (Red+Green+Blue) = 76+70+173=319 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.82% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #4C46AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C46AD is #B3B952. Grayscale: #535353. Windows color (decimal): -11778387 or 11355724. OLE color: 11355724.

HSL color Cylindrical-coordinate representation of color #4C46AD: hue angle of 243.5º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C46AD is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 76 70 173 -
CMYK 0.56 0.60 0 0.32
HSL 243.5º 0.42% 0.48% -
HSV(B) 243.5º 0.6% 0.68% -
XYZ 12.71 8.93 40.59 -
YUV 83.54 178.49 122.62 -
System Red Green Blue C M Y K H S L
Decimal 76 70 173 0.56 0.60 0 0.32 243.5 0.42 0.48
Hex 4C 46 AD 38 3C 0 20 F3 2A 30
Octal 114 106 255 70 74 0 40 363 52 60
Binary 1001100 1000110 10101101 111000 111100 0 100000 11110011 101010 110000

Color Harmonies of #4C46AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C46AD

Black with #4C46AD

Text Example


Text Example

White with #4C46AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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