Html Css Color HEX #4F41BF Rich Blue

📋 copy color: '#4F41BF'

red 79 ◦ green 65 ◦ blue 191

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

Shades of Rich Blue #4F41BF

Tints of Rich Blue #4F41BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.01%

R = 23.58%
G = 19.4%
B = 57.01%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4F41BF (or 0x4F41BF) is known color: Rich Blue. HEX triplet: 4F, 41 and BF. RGB value is (79,65,191). Sum of RGB (Red+Green+Blue) = 79+65+191=335 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.58% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #4F41BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F41BF is #B0BE40. Grayscale: #535353. Windows color (decimal): -11583041 or 12534095. OLE color: 12534095.

HSL color Cylindrical-coordinate representation of color #4F41BF: hue angle of 246.67º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F41BF is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 79 65 191 -
CMYK 0.59 0.66 0 0.25
HSL 246.67º 0.5% 0.5% -
HSV(B) 246.67º 0.66% 0.75% -
XYZ 14.52 9.2 50.3 -
YUV 83.55 188.64 124.75 -
System Red Green Blue C M Y K H S L
Decimal 79 65 191 0.59 0.66 0 0.25 246.67 0.5 0.5
Hex 4F 41 BF 3B 42 0 19 F7 32 32
Octal 117 101 277 73 102 0 31 367 62 62
Binary 1001111 1000001 10111111 111011 1000010 0 11001 11110111 110010 110010

Color Harmonies of #4F41BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F41BF

Black with #4F41BF

Text Example


Text Example

White with #4F41BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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