Html Css Color HEX #4F46AD Rich Blue

📋 copy color: '#4F46AD'

red 79 ◦ green 70 ◦ blue 173

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

Shades of Rich Blue #4F46AD

Tints of Rich Blue #4F46AD

RGB

 RED value IS 79 (31.25% from 255) = 24.53%

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

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

R = 24.53%
G = 21.74%
B = 53.73%

CMYK

 C value IS 0.54

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4F46AD (or 0x4F46AD) is known color: Rich Blue. HEX triplet: 4F, 46 and AD. RGB value is (79,70,173). Sum of RGB (Red+Green+Blue) = 79+70+173=322 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.53% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F46AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F46AD is #B0B952. Grayscale: #545454. Windows color (decimal): -11581779 or 11355727. OLE color: 11355727.

HSL color Cylindrical-coordinate representation of color #4F46AD: hue angle of 245.24º 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 #4F46AD is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 79 70 173 -
CMYK 0.54 0.60 0 0.32
HSL 245.24º 0.42% 0.48% -
HSV(B) 245.24º 0.6% 0.68% -
XYZ 12.96 9.06 40.6 -
YUV 84.43 177.98 124.12 -
System Red Green Blue C M Y K H S L
Decimal 79 70 173 0.54 0.60 0 0.32 245.24 0.42 0.48
Hex 4F 46 AD 36 3C 0 20 F5 2A 30
Octal 117 106 255 66 74 0 40 365 52 60
Binary 1001111 1000110 10101101 110110 111100 0 100000 11110101 101010 110000

Color Harmonies of #4F46AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F46AD

Black with #4F46AD

Text Example


Text Example

White with #4F46AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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