#456677

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

Shades of Bismark #456677

Tints of Bismark #456677

Color information

#456677 (or 0x456677) is unknown color: approx Bismark. HEX triplet: 45, 66 and 77. RGB value is (69,102,119). Sum of RGB (Red+Green+Blue) = 69+102+119=290 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.79% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 119 - color contains mainly: blue. Hex color #456677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456677 is #BA9988. Grayscale: #5D5D5D. Windows color (decimal): -12229001 or 7824965. OLE color: 7824965.

HSL color Cylindrical-coordinate representation of color #456677: hue angle of 200.4º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #456677 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB69102119-
CMYK0.420.1400.53
HSL200.4º26.6%36.86%-
HSV(B)200.4º42.02%46.67%-
XYZ10.5412.119.23-
YUV94.07142.07110.12-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.79%
GREEN value IS 102 (40.23% from 255) = 35.17%
BLUE value IS 119 (46.88% from 255) = 41.03%
R=23.79%
G=35.17%
B=41.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal691021190.420.1400.53200.426.636.86
Hex4566772AE035c81b25
Octal10514616752160653103345
Binary100010111001101110111101010111001101011100100011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456677; }

 p { color: rgb(69,102,119); }

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

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

 a { background-color: rgb(69,102,119); }

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

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

 span { border-color: rgb(69,102,119); }

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