Html Css Color HEX #4F6873 Bismark

📋 copy color: '#4F6873'

red 79 ◦ green 104 ◦ blue 115

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

Shades of Bismark #4F6873

Tints of Bismark #4F6873

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.9%

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

R = 26.51%
G = 34.9%
B = 38.59%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4F6873 (or 0x4F6873) is known color: Bismark. HEX triplet: 4F, 68 and 73. RGB value is (79,104,115). Sum of RGB (Red+Green+Blue) = 79+104+115=298 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.51% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F6873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6873 is #B0978C. Grayscale: #616161. Windows color (decimal): -11573133 or 7563343. OLE color: 7563343.

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

Color convert

RGB 79 104 115 -
CMYK 0.31 0.10 0 0.55
HSL 198.33º 0.19% 0.38% -
HSV(B) 198.33º 0.31% 0.45% -
XYZ 11.27 12.8 18.1 -
YUV 97.78 137.72 114.61 -
System Red Green Blue C M Y K H S L
Decimal 79 104 115 0.31 0.10 0 0.55 198.33 0.19 0.38
Hex 4F 68 73 1F A 0 37 C6 13 26
Octal 117 150 163 37 12 0 67 306 23 46
Binary 1001111 1101000 1110011 11111 1010 0 110111 11000110 10011 100110

Color Harmonies of #4F6873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6873

Black with #4F6873

Text Example


Text Example

White with #4F6873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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