#42677F

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

Shades of Bismark #42677F

Tints of Bismark #42677F

Color information

#42677F (or 0x42677F) is unknown color: approx Bismark. HEX triplet: 42, 67 and 7F. RGB value is (66,103,127). Sum of RGB (Red+Green+Blue) = 66+103+127=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 127 - color contains mainly: blue. Hex color #42677F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42677F is #BD9880. Grayscale: #5E5E5E. Windows color (decimal): -12425345 or 8349506. OLE color: 8349506.

HSL color Cylindrical-coordinate representation of color #42677F: hue angle of 203.61º 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 #42677F is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB66103127-
CMYK0.480.1900.50
HSL203.61º31.61%37.84%-
HSV(B)203.61º48.03%49.8%-
XYZ10.9312.3921.89-
YUV94.67146.24107.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.30%
GREEN value IS 103 (40.62% from 255) = 34.80%
BLUE value IS 127 (50% from 255) = 42.91%
R=22.30%
G=34.80%
B=42.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661031270.480.1900.50203.6131.6137.84
Hex42677F3013032cc2026
Octal10214717760230623144046
Binary10000101100111111111111000010011011001011001100100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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