#4F6770

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

Shades of Bismark #4F6770

Tints of Bismark #4F6770

Color information

#4F6770 (or 0x4F6770) is unknown color: approx Bismark. HEX triplet: 4F, 67 and 70. RGB value is (79,103,112). Sum of RGB (Red+Green+Blue) = 79+103+112=294 (38% of max value = 765). Red value is 79 (31.25% from 255 or 26.87% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 112 - color contains mainly: blue. Hex color #4F6770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6770 is #B0988F. Grayscale: #606060. Windows color (decimal): -11573392 or 7366479. OLE color: 7366479.

HSL color Cylindrical-coordinate representation of color #4F6770: hue angle of 196.36º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F6770 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB79103112-
CMYK0.290.0800.56
HSL196.36º17.28%37.45%-
HSV(B)196.36º29.46%43.92%-
XYZ1112.5317.17-
YUV96.85136.55115.27-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.87%
GREEN value IS 103 (40.62% from 255) = 35.03%
BLUE value IS 112 (44.14% from 255) = 38.10%
R=26.87%
G=35.03%
B=38.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal791031120.290.0800.56196.3617.2837.45
Hex4F67701D8038c41125
Octal11714716035100703042145
Binary10011111100111111000011101100001110001100010010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,103,112); }

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

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

 a { background-color: rgb(79,103,112); }

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

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

 span { border-color: rgb(79,103,112); }

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