#4F7277

Color #4F7277 Bismark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bismark #4F7277

Tints of Bismark #4F7277

Color information

#4F7277 (or 0x4F7277) is unknown color: approx Bismark. HEX triplet: 4F, 72 and 77. RGB value is (79,114,119). Sum of RGB (Red+Green+Blue) = 79+114+119=312 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.32% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 119 - color contains mainly: blue. Hex color #4F7277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7277 is #B08D88. Grayscale: #686868. Windows color (decimal): -11570569 or 7828047. OLE color: 7828047.

HSL color Cylindrical-coordinate representation of color #4F7277: hue angle of 187.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F7277 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB79114119-
CMYK0.340.0400.53
HSL187.5º20.2%38.82%-
HSV(B)187.5º33.61%46.67%-
XYZ12.5715.0319.69-
YUV104.1136.4110.09-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.32%
GREEN value IS 114 (44.92% from 255) = 36.54%
BLUE value IS 119 (46.88% from 255) = 38.14%
R=25.32%
G=36.54%
B=38.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal791141190.340.0400.53187.520.238.82
Hex4F7277224035bc1427
Octal1171621674240652742447
Binary10011111110010111011110001010001101011011110010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,114,119); }

 H1.HeaderClassName
 {
   color: #4F7277;
 }
 .AnyTagClassName
 {
   color: #4F7277;
 }
</style>
background-color css

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

 a { background-color: rgb(79,114,119); }

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

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

 span { border-color: rgb(79,114,119); }

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