Html Css Color HEX #4F4DAD Rich Blue

📋 copy color: '#4F4DAD'

red 79 ◦ green 77 ◦ blue 173

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

Shades of Rich Blue #4F4DAD

Tints of Rich Blue #4F4DAD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.4%

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

R = 24.01%
G = 23.4%
B = 52.58%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4F4DAD (or 0x4F4DAD) is known color: Rich Blue. HEX triplet: 4F, 4D and AD. RGB value is (79,77,173). Sum of RGB (Red+Green+Blue) = 79+77+173=329 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.01% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F4DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F4DAD is #B0B252. Grayscale: #585858. Windows color (decimal): -11579987 or 11357519. OLE color: 11357519.

HSL color Cylindrical-coordinate representation of color #4F4DAD: hue angle of 241.25º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F4DAD is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 79 77 173 -
CMYK 0.54 0.55 0 0.32
HSL 241.25º 0.38% 0.49% -
HSV(B) 241.25º 0.55% 0.68% -
XYZ 13.42 9.99 40.76 -
YUV 88.54 175.66 121.19 -
System Red Green Blue C M Y K H S L
Decimal 79 77 173 0.54 0.55 0 0.32 241.25 0.38 0.49
Hex 4F 4D AD 36 37 0 20 F1 26 31
Octal 117 115 255 66 67 0 40 361 46 61
Binary 1001111 1001101 10101101 110110 110111 0 100000 11110001 100110 110001

Color Harmonies of #4F4DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4DAD

Black with #4F4DAD

Text Example


Text Example

White with #4F4DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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