#427080

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

Shades of Bismark #427080

Tints of Bismark #427080

Color information

#427080 (or 0x427080) is unknown color: approx Bismark. HEX triplet: 42, 70 and 80. RGB value is (66,112,128). Sum of RGB (Red+Green+Blue) = 66+112+128=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 128 - color contains mainly: blue. Hex color #427080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427080 is #BD8F7F. Grayscale: #636363. Windows color (decimal): -12423040 or 8417346. OLE color: 8417346.

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

Color convert

RGB66112128-
CMYK0.480.1200.50
HSL195.48º31.96%38.04%-
HSV(B)195.48º48.44%50.2%-
XYZ11.9414.3122.55-
YUV100.07143.76103.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.57%
GREEN value IS 112 (44.14% from 255) = 36.60%
BLUE value IS 128 (50.39% from 255) = 41.83%
R=21.57%
G=36.60%
B=41.83%

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
Decimal661121280.480.1200.50195.4831.9638.04
Hex42708030C032c32026
Octal10216020060140623034046
Binary10000101110000100000001100001100011001011000011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427080; }

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

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

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

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

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

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

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

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