Html Css Color HEX #4F6373 Bismark

📋 copy color: '#4F6373'

red 79 ◦ green 99 ◦ blue 115

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

Shades of Bismark #4F6373

Tints of Bismark #4F6373

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.79%

 BLUE value IS 115 (45.31% from 255) = 39.25%

R = 26.96%
G = 33.79%
B = 39.25%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4F6373 (or 0x4F6373) is known color: Bismark. HEX triplet: 4F, 63 and 73. RGB value is (79,99,115). Sum of RGB (Red+Green+Blue) = 79+99+115=293 (38% of max value = 765). Red value is 79 (31.25% from 255 or 26.96% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F6373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6373 is #B09C8C. Grayscale: #5E5E5E. Windows color (decimal): -11574413 or 7562063. OLE color: 7562063.

HSL color Cylindrical-coordinate representation of color #4F6373: hue angle of 206.67º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F6373 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 79 99 115 -
CMYK 0.31 0.14 0 0.55
HSL 206.67º 0.19% 0.38% -
HSV(B) 206.67º 0.31% 0.45% -
XYZ 10.78 11.82 17.93 -
YUV 94.84 139.37 116.7 -
System Red Green Blue C M Y K H S L
Decimal 79 99 115 0.31 0.14 0 0.55 206.67 0.19 0.38
Hex 4F 63 73 1F E 0 37 CF 13 26
Octal 117 143 163 37 16 0 67 317 23 46
Binary 1001111 1100011 1110011 11111 1110 0 110111 11001111 10011 100110

Color Harmonies of #4F6373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6373

Black with #4F6373

Text Example


Text Example

White with #4F6373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,99,115); }

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

background-color css

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

 a { background-color: rgb(79,99,115); }

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

border-color css

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

 span { border-color: rgb(79,99,115); }

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