#42697E

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

Shades of Bismark #42697E

Tints of Bismark #42697E

Color information

#42697E (or 0x42697E) is unknown color: approx Bismark. HEX triplet: 42, 69 and 7E. RGB value is (66,105,126). Sum of RGB (Red+Green+Blue) = 66+105+126=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 126 (49.61% from 255 or 42.42% from 297); Max value from RGB is 126 - color contains mainly: blue. Hex color #42697E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42697E is #BD9681. Grayscale: #5F5F5F. Windows color (decimal): -12424834 or 8284482. OLE color: 8284482.

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

Color convert

RGB66105126-
CMYK0.480.1700.51
HSL201º31.25%37.65%-
HSV(B)201º47.62%49.41%-
XYZ11.0612.7721.62-
YUV95.73145.08106.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.22%
GREEN value IS 105 (41.41% from 255) = 35.35%
BLUE value IS 126 (49.61% from 255) = 42.42%
R=22.22%
G=35.35%
B=42.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal661051260.480.1700.5120131.2537.65
Hex42697E3011033c91f26
Octal10215117660210633113746
Binary1000010110100111111101100001000101100111100100111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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