#427280

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

Shades of Bismark #427280

Tints of Bismark #427280

Color information

#427280 (or 0x427280) is unknown color: approx Bismark. HEX triplet: 42, 72 and 80. RGB value is (66,114,128). Sum of RGB (Red+Green+Blue) = 66+114+128=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 128 - color contains mainly: blue. Hex color #427280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427280 is #BD8D7F. Grayscale: #656565. Windows color (decimal): -12422528 or 8417858. OLE color: 8417858.

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

Color convert

RGB66114128-
CMYK0.480.1100.50
HSL193.55º31.96%38.04%-
HSV(B)193.55º48.44%50.2%-
XYZ12.1614.7522.63-
YUV101.24143.1102.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.43%
GREEN value IS 114 (44.92% from 255) = 37.01%
BLUE value IS 128 (50.39% from 255) = 41.56%
R=21.43%
G=37.01%
B=41.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661141280.480.1100.50193.5531.9638.04
Hex42728030B032c22026
Octal10216220060130623024046
Binary10000101110010100000001100001011011001011000010100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427280; }

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

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

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

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

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

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

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

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