Html Css Color HEX #4F4DAB Rich Blue

📋 copy color: '#4F4DAB'

red 79 ◦ green 77 ◦ blue 171

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

Shades of Rich Blue #4F4DAB

Tints of Rich Blue #4F4DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 52.29%

R = 24.16%
G = 23.55%
B = 52.29%

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

#4F4DAB (or 0x4F4DAB) is known color: Rich Blue. HEX triplet: 4F, 4D and AB. RGB value is (79,77,171). Sum of RGB (Red+Green+Blue) = 79+77+171=327 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.16% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F4DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F4DAB is #B0B254. Grayscale: #575757. Windows color (decimal): -11579989 or 11226447. OLE color: 11226447.

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

Color convert

RGB 79 77 171 -
CMYK 0.54 0.55 0 0.33
HSL 241.28º 0.38% 0.49% -
HSV(B) 241.28º 0.55% 0.67% -
XYZ 13.23 9.91 39.74 -
YUV 88.31 174.66 121.36 -
System Red Green Blue C M Y K H S L
Decimal 79 77 171 0.54 0.55 0 0.33 241.28 0.38 0.49
Hex 4F 4D AB 36 37 0 21 F1 26 31
Octal 117 115 253 66 67 0 41 361 46 61
Binary 1001111 1001101 10101011 110110 110111 0 100001 11110001 100110 110001

Color Harmonies of #4F4DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4DAB

Black with #4F4DAB

Text Example


Text Example

White with #4F4DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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