#4F6974

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

Shades of Bismark #4F6974

Tints of Bismark #4F6974

Color information

#4F6974 (or 0x4F6974) is unknown color: approx Bismark. HEX triplet: 4F, 69 and 74. RGB value is (79,105,116). Sum of RGB (Red+Green+Blue) = 79+105+116=300 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.33% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 116 - color contains mainly: blue. Hex color #4F6974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6974 is #B0968B. Grayscale: #626262. Windows color (decimal): -11572876 or 7629135. OLE color: 7629135.

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

Color convert

RGB79105116-
CMYK0.320.0900.55
HSL197.84º18.97%38.24%-
HSV(B)197.84º31.9%45.49%-
XYZ11.4313.0318.43-
YUV98.48137.89114.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.33%
GREEN value IS 105 (41.41% from 255) = 35%
BLUE value IS 116 (45.70% from 255) = 38.67%
R=26.33%
G=35%
B=38.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal791051160.320.0900.55197.8418.9738.24
Hex4F6974209037c61326
Octal11715116440110673062346
Binary100111111010011110100100000100101101111100011010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,105,116); }

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

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

 a { background-color: rgb(79,105,116); }

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

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

 span { border-color: rgb(79,105,116); }

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