Html Css Color HEX #4F41B3 Rich Blue

📋 copy color: '#4F41B3'

red 79 ◦ green 65 ◦ blue 179

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

Shades of Rich Blue #4F41B3

Tints of Rich Blue #4F41B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 55.42%

R = 24.46%
G = 20.12%
B = 55.42%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4F41B3 (or 0x4F41B3) is known color: Rich Blue. HEX triplet: 4F, 41 and B3. RGB value is (79,65,179). Sum of RGB (Red+Green+Blue) = 79+65+179=323 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.46% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 179 (70.31% from 255 or 55.42% from 323); Max value from RGB is 179 - color contains mainly: blue. Hex color #4F41B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F41B3 is #B0BE4C. Grayscale: #515151. Windows color (decimal): -11583053 or 11747663. OLE color: 11747663.

HSL color Cylindrical-coordinate representation of color #4F41B3: hue angle of 247.37º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F41B3 is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 79 65 179 -
CMYK 0.56 0.64 0 0.30
HSL 247.37º 0.47% 0.48% -
HSV(B) 247.37º 0.64% 0.7% -
XYZ 13.25 8.7 43.63 -
YUV 82.18 182.64 125.73 -
System Red Green Blue C M Y K H S L
Decimal 79 65 179 0.56 0.64 0 0.30 247.37 0.47 0.48
Hex 4F 41 B3 38 40 0 1E F7 2F 30
Octal 117 101 263 70 100 0 36 367 57 60
Binary 1001111 1000001 10110011 111000 1000000 0 11110 11110111 101111 110000

Color Harmonies of #4F41B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F41B3

Black with #4F41B3

Text Example


Text Example

White with #4F41B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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