Html Css Color HEX #4F6B73 Bismark

📋 copy color: '#4F6B73'

red 79 ◦ green 107 ◦ blue 115

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

Shades of Bismark #4F6B73

Tints of Bismark #4F6B73

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.55%

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

R = 26.25%
G = 35.55%
B = 38.21%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4F6B73 (or 0x4F6B73) is known color: Bismark. HEX triplet: 4F, 6B and 73. RGB value is (79,107,115). Sum of RGB (Red+Green+Blue) = 79+107+115=301 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.25% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F6B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6B73 is #B0948C. Grayscale: #636363. Windows color (decimal): -11572365 or 7564111. OLE color: 7564111.

HSL color Cylindrical-coordinate representation of color #4F6B73: hue angle of 193.33º 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 #4F6B73 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 79 107 115 -
CMYK 0.31 0.07 0 0.55
HSL 193.33º 0.19% 0.38% -
HSV(B) 193.33º 0.31% 0.45% -
XYZ 11.58 13.42 18.2 -
YUV 99.54 136.72 113.35 -
System Red Green Blue C M Y K H S L
Decimal 79 107 115 0.31 0.07 0 0.55 193.33 0.19 0.38
Hex 4F 6B 73 1F 7 0 37 C1 13 26
Octal 117 153 163 37 7 0 67 301 23 46
Binary 1001111 1101011 1110011 11111 111 0 110111 11000001 10011 100110

Color Harmonies of #4F6B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6B73

Black with #4F6B73

Text Example


Text Example

White with #4F6B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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