#42727C

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

Shades of Bismark #42727C

Tints of Bismark #42727C

Color information

#42727C (or 0x42727C) is unknown color: approx Bismark. HEX triplet: 42, 72 and 7C. RGB value is (66,114,124). Sum of RGB (Red+Green+Blue) = 66+114+124=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 124 - color contains mainly: blue. Hex color #42727C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42727C is #BD8D83. Grayscale: #646464. Windows color (decimal): -12422532 or 8155714. OLE color: 8155714.

HSL color Cylindrical-coordinate representation of color #42727C: hue angle of 190.34º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #42727C is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB66114124-
CMYK0.470.0800.51
HSL190.34º30.53%37.25%-
HSV(B)190.34º46.77%48.63%-
XYZ11.914.6521.27-
YUV100.79141.1103.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.71%
GREEN value IS 114 (44.92% from 255) = 37.5%
BLUE value IS 124 (48.83% from 255) = 40.79%
R=21.71%
G=37.5%
B=40.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal661141240.470.0800.51190.3430.5337.25
Hex42727C2F8033be1f25
Octal10216217457100632763745
Binary100001011100101111100101111100001100111011111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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