#42707F

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

Shades of Bismark #42707F

Tints of Bismark #42707F

Color information

#42707F (or 0x42707F) is unknown color: approx Bismark. HEX triplet: 42, 70 and 7F. RGB value is (66,112,127). Sum of RGB (Red+Green+Blue) = 66+112+127=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 127 - color contains mainly: blue. Hex color #42707F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42707F is #BD8F80. Grayscale: #636363. Windows color (decimal): -12423041 or 8351810. OLE color: 8351810.

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

Color convert

RGB66112127-
CMYK0.480.1200.50
HSL194.75º31.61%37.84%-
HSV(B)194.75º48.03%49.8%-
XYZ11.8714.2822.21-
YUV99.96143.26103.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.64%
GREEN value IS 112 (44.14% from 255) = 36.72%
BLUE value IS 127 (50% from 255) = 41.64%
R=21.64%
G=36.72%
B=41.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661121270.480.1200.50194.7531.6137.84
Hex42707F30C032c32026
Octal10216017760140623034046
Binary1000010111000011111111100001100011001011000011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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