Html Css Color HEX #4F40BC Rich Blue

📋 copy color: '#4F40BC'

red 79 ◦ green 64 ◦ blue 188

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

Shades of Rich Blue #4F40BC

Tints of Rich Blue #4F40BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.8%

R = 23.87%
G = 19.34%
B = 56.8%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4F40BC (or 0x4F40BC) is known color: Rich Blue. HEX triplet: 4F, 40 and BC. RGB value is (79,64,188). Sum of RGB (Red+Green+Blue) = 79+64+188=331 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.87% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F40BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F40BC is #B0BF43. Grayscale: #525252. Windows color (decimal): -11583300 or 12337231. OLE color: 12337231.

HSL color Cylindrical-coordinate representation of color #4F40BC: hue angle of 247.26º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F40BC is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 79 64 188 -
CMYK 0.58 0.66 0 0.26
HSL 247.26º 0.49% 0.49% -
HSV(B) 247.26º 0.66% 0.74% -
XYZ 14.13 8.96 48.56 -
YUV 82.62 187.47 125.42 -
System Red Green Blue C M Y K H S L
Decimal 79 64 188 0.58 0.66 0 0.26 247.26 0.49 0.49
Hex 4F 40 BC 3A 42 0 1A F7 31 31
Octal 117 100 274 72 102 0 32 367 61 61
Binary 1001111 1000000 10111100 111010 1000010 0 11010 11110111 110001 110001

Color Harmonies of #4F40BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F40BC

Black with #4F40BC

Text Example


Text Example

White with #4F40BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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