Html Css Color HEX #4F5DAB Rich Blue

📋 copy color: '#4F5DAB'

red 79 ◦ green 93 ◦ blue 171

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

Shades of Rich Blue #4F5DAB

Tints of Rich Blue #4F5DAB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.11%

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

R = 23.03%
G = 27.11%
B = 49.85%

CMYK

 C value IS 0.54

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F5DAB (or 0x4F5DAB) is known color: Rich Blue. HEX triplet: 4F, 5D and AB. RGB value is (79,93,171). Sum of RGB (Red+Green+Blue) = 79+93+171=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F5DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5DAB is #B0A254. Grayscale: #616161. Windows color (decimal): -11575893 or 11230543. OLE color: 11230543.

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

Color convert

RGB 79 93 171 -
CMYK 0.54 0.46 0 0.33
HSL 230.87º 0.37% 0.49% -
HSV(B) 230.87º 0.54% 0.67% -
XYZ 14.49 12.43 40.16 -
YUV 97.71 169.36 114.66 -
System Red Green Blue C M Y K H S L
Decimal 79 93 171 0.54 0.46 0 0.33 230.87 0.37 0.49
Hex 4F 5D AB 36 2E 0 21 E7 25 31
Octal 117 135 253 66 56 0 41 347 45 61
Binary 1001111 1011101 10101011 110110 101110 0 100001 11100111 100101 110001

Color Harmonies of #4F5DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5DAB

Black with #4F5DAB

Text Example


Text Example

White with #4F5DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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