#42727F

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

Shades of Bismark #42727F

Tints of Bismark #42727F

Color information

#42727F (or 0x42727F) is unknown color: approx Bismark. HEX triplet: 42, 72 and 7F. RGB value is (66,114,127). Sum of RGB (Red+Green+Blue) = 66+114+127=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 127 - color contains mainly: blue. Hex color #42727F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42727F is #BD8D80. Grayscale: #656565. Windows color (decimal): -12422529 or 8352322. OLE color: 8352322.

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

Color convert

RGB66114127-
CMYK0.480.1000.50
HSL192.79º31.61%37.84%-
HSV(B)192.79º48.03%49.8%-
XYZ12.0914.7322.28-
YUV101.13142.6102.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.50%
GREEN value IS 114 (44.92% from 255) = 37.13%
BLUE value IS 127 (50% from 255) = 41.37%
R=21.50%
G=37.13%
B=41.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661141270.480.1000.50192.7931.6137.84
Hex42727F30A032c12026
Octal10216217760120623014046
Binary1000010111001011111111100001010011001011000001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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