#427480

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

Shades of Bismark #427480

Tints of Bismark #427480

Color information

#427480 (or 0x427480) is unknown color: approx Bismark. HEX triplet: 42, 74 and 80. RGB value is (66,116,128). Sum of RGB (Red+Green+Blue) = 66+116+128=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 128 - color contains mainly: blue. Hex color #427480 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427480 is #BD8B7F. Grayscale: #666666. Windows color (decimal): -12422016 or 8418370. OLE color: 8418370.

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

Color convert

RGB66116128-
CMYK0.480.0900.50
HSL191.61º31.96%38.04%-
HSV(B)191.61º48.44%50.2%-
XYZ12.3915.2122.7-
YUV102.42142.44102.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.29%
GREEN value IS 116 (45.70% from 255) = 37.42%
BLUE value IS 128 (50.39% from 255) = 41.29%
R=21.29%
G=37.42%
B=41.29%

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
Decimal661161280.480.0900.50191.6131.9638.04
Hex427480309032c02026
Octal10216420060110623004046
Binary10000101110100100000001100001001011001011000000100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427480; }

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

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

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

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

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

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

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

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