Html Css Color HEX #4F41AB Rich Blue

📋 copy color: '#4F41AB'

red 79 ◦ green 65 ◦ blue 171

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

Shades of Rich Blue #4F41AB

Tints of Rich Blue #4F41AB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.63%

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

R = 25.08%
G = 20.63%
B = 54.29%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F41AB (or 0x4F41AB) is known color: Rich Blue. HEX triplet: 4F, 41 and AB. RGB value is (79,65,171). Sum of RGB (Red+Green+Blue) = 79+65+171=315 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.08% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F41AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F41AB is #B0BE54. Grayscale: #505050. Windows color (decimal): -11583061 or 11223375. OLE color: 11223375.

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

Color convert

RGB 79 65 171 -
CMYK 0.54 0.62 0 0.33
HSL 247.92º 0.45% 0.46% -
HSV(B) 247.92º 0.62% 0.67% -
XYZ 12.47 8.38 39.49 -
YUV 81.27 178.64 126.38 -
System Red Green Blue C M Y K H S L
Decimal 79 65 171 0.54 0.62 0 0.33 247.92 0.45 0.46
Hex 4F 41 AB 36 3E 0 21 F8 2D 2E
Octal 117 101 253 66 76 0 41 370 55 56
Binary 1001111 1000001 10101011 110110 111110 0 100001 11111000 101101 101110

Color Harmonies of #4F41AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F41AB

Black with #4F41AB

Text Example


Text Example

White with #4F41AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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