#42707E

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

Shades of Bismark #42707E

Tints of Bismark #42707E

Color information

#42707E (or 0x42707E) is unknown color: approx Bismark. HEX triplet: 42, 70 and 7E. RGB value is (66,112,126). Sum of RGB (Red+Green+Blue) = 66+112+126=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 126 - color contains mainly: blue. Hex color #42707E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42707E is #BD8F81. Grayscale: #636363. Windows color (decimal): -12423042 or 8286274. OLE color: 8286274.

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

Color convert

RGB66112126-
CMYK0.480.1100.51
HSL194º31.25%37.65%-
HSV(B)194º47.62%49.41%-
XYZ11.8114.2521.87-
YUV99.84142.76103.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.71%
GREEN value IS 112 (44.14% from 255) = 36.84%
BLUE value IS 126 (49.61% from 255) = 41.45%
R=21.71%
G=36.84%
B=41.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal661121260.480.1100.5119431.2537.65
Hex42707E30B033c21f26
Octal10216017660130633023746
Binary100001011100001111110110000101101100111100001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42707E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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