Html Css Color HEX #4F4DAC Rich Blue

📋 copy color: '#4F4DAC'

red 79 ◦ green 77 ◦ blue 172

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

Shades of Rich Blue #4F4DAC

Tints of Rich Blue #4F4DAC

RGB

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

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

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

R = 24.09%
G = 23.48%
B = 52.44%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F4DAC (or 0x4F4DAC) is known color: Rich Blue. HEX triplet: 4F, 4D and AC. RGB value is (79,77,172). Sum of RGB (Red+Green+Blue) = 79+77+172=328 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.09% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F4DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F4DAC is #B0B253. Grayscale: #585858. Windows color (decimal): -11579988 or 11291983. OLE color: 11291983.

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

Color convert

RGB 79 77 172 -
CMYK 0.54 0.55 0 0.33
HSL 241.26º 0.38% 0.49% -
HSV(B) 241.26º 0.55% 0.67% -
XYZ 13.32 9.95 40.25 -
YUV 88.43 175.16 121.28 -
System Red Green Blue C M Y K H S L
Decimal 79 77 172 0.54 0.55 0 0.33 241.26 0.38 0.49
Hex 4F 4D AC 36 37 0 21 F1 26 31
Octal 117 115 254 66 67 0 41 361 46 61
Binary 1001111 1001101 10101100 110110 110111 0 100001 11110001 100110 110001

Color Harmonies of #4F4DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4DAC

Black with #4F4DAC

Text Example


Text Example

White with #4F4DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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