#42747F

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

Shades of Bismark #42747F

Tints of Bismark #42747F

Color information

#42747F (or 0x42747F) is unknown color: approx Bismark. HEX triplet: 42, 74 and 7F. RGB value is (66,116,127). Sum of RGB (Red+Green+Blue) = 66+116+127=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 127 - color contains mainly: blue. Hex color #42747F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42747F is #BD8B80. Grayscale: #666666. Windows color (decimal): -12422017 or 8352834. OLE color: 8352834.

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

Color convert

RGB66116127-
CMYK0.480.0900.50
HSL190.82º31.61%37.84%-
HSV(B)190.82º48.03%49.8%-
XYZ12.3215.1822.36-
YUV102.3141.94102.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.36%
GREEN value IS 116 (45.70% from 255) = 37.54%
BLUE value IS 127 (50% from 255) = 41.10%
R=21.36%
G=37.54%
B=41.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661161270.480.0900.50190.8231.6137.84
Hex42747F309032bf2026
Octal10216417760110622774046
Binary1000010111010011111111100001001011001010111111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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