Html Css Color HEX #4F41AD Rich Blue

📋 copy color: '#4F41AD'

red 79 ◦ green 65 ◦ blue 173

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

Shades of Rich Blue #4F41AD

Tints of Rich Blue #4F41AD

RGB

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

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

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

R = 24.92%
G = 20.5%
B = 54.57%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4F41AD (or 0x4F41AD) is known color: Rich Blue. HEX triplet: 4F, 41 and AD. RGB value is (79,65,173). Sum of RGB (Red+Green+Blue) = 79+65+173=317 (41% of max value = 765). Red value is 79 (31.25% from 255 or 24.92% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F41AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F41AD is #B0BE52. Grayscale: #515151. Windows color (decimal): -11583059 or 11354447. OLE color: 11354447.

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

Color convert

RGB 79 65 173 -
CMYK 0.54 0.62 0 0.32
HSL 247.78º 0.45% 0.47% -
HSV(B) 247.78º 0.62% 0.68% -
XYZ 12.66 8.46 40.5 -
YUV 81.5 179.64 126.22 -
System Red Green Blue C M Y K H S L
Decimal 79 65 173 0.54 0.62 0 0.32 247.78 0.45 0.47
Hex 4F 41 AD 36 3E 0 20 F8 2D 2F
Octal 117 101 255 66 76 0 40 370 55 57
Binary 1001111 1000001 10101101 110110 111110 0 100000 11111000 101101 101111

Color Harmonies of #4F41AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F41AD

Black with #4F41AD

Text Example


Text Example

White with #4F41AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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