#42697F

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

Shades of Bismark #42697F

Tints of Bismark #42697F

Color information

#42697F (or 0x42697F) is unknown color: approx Bismark. HEX triplet: 42, 69 and 7F. RGB value is (66,105,127). Sum of RGB (Red+Green+Blue) = 66+105+127=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 127 - color contains mainly: blue. Hex color #42697F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42697F is #BD9680. Grayscale: #5F5F5F. Windows color (decimal): -12424833 or 8350018. OLE color: 8350018.

HSL color Cylindrical-coordinate representation of color #42697F: hue angle of 201.64º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42697F is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB66105127-
CMYK0.480.1700.50
HSL201.64º31.61%37.84%-
HSV(B)201.64º48.03%49.8%-
XYZ11.1312.7921.96-
YUV95.85145.58106.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.15%
GREEN value IS 105 (41.41% from 255) = 35.23%
BLUE value IS 127 (50% from 255) = 42.62%
R=22.15%
G=35.23%
B=42.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661051270.480.1700.50201.6431.6137.84
Hex42697F3011032ca2026
Octal10215117760210623124046
Binary10000101101001111111111000010001011001011001010100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42697F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42697F; }

 p { color: rgb(66,105,127); }

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

<style>
 a { background-color: #42697F; }

 a { background-color: rgb(66,105,127); }

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

<style>
 span { border-color: #42697F; }

 span { border-color: rgb(66,105,127); }

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