Html Css Color HEX #4F40BF Rich Blue

📋 copy color: '#4F40BF'

red 79 ◦ green 64 ◦ blue 191

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

Shades of Rich Blue #4F40BF

Tints of Rich Blue #4F40BF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.16%

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

R = 23.65%
G = 19.16%
B = 57.19%

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

#4F40BF (or 0x4F40BF) is known color: Rich Blue. HEX triplet: 4F, 40 and BF. RGB value is (79,64,191). Sum of RGB (Red+Green+Blue) = 79+64+191=334 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.65% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #4F40BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F40BF is #B0BF40. Grayscale: #525252. Windows color (decimal): -11583297 or 12533839. OLE color: 12533839.

HSL color Cylindrical-coordinate representation of color #4F40BF: hue angle of 247.09º 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 #4F40BF is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 79 64 191 -
CMYK 0.59 0.66 0 0.25
HSL 247.09º 0.5% 0.5% -
HSV(B) 247.09º 0.66% 0.75% -
XYZ 14.46 9.09 50.28 -
YUV 82.96 188.97 125.17 -
System Red Green Blue C M Y K H S L
Decimal 79 64 191 0.59 0.66 0 0.25 247.09 0.5 0.5
Hex 4F 40 BF 3B 42 0 19 F7 32 32
Octal 117 100 277 73 102 0 31 367 62 62
Binary 1001111 1000000 10111111 111011 1000010 0 11001 11110111 110010 110010

Color Harmonies of #4F40BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F40BF

Black with #4F40BF

Text Example


Text Example

White with #4F40BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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