#466277

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

Shades of Bismark #466277

Tints of Bismark #466277

Color information

#466277 (or 0x466277) is unknown color: approx Bismark. HEX triplet: 46, 62 and 77. RGB value is (70,98,119). Sum of RGB (Red+Green+Blue) = 70+98+119=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 119 - color contains mainly: blue. Hex color #466277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466277 is #B99D88. Grayscale: #5B5B5B. Windows color (decimal): -12164489 or 7823942. OLE color: 7823942.

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

Color convert

RGB7098119-
CMYK0.410.1800.53
HSL205.71º25.93%37.06%-
HSV(B)205.71º41.18%46.67%-
XYZ10.2211.3719.11-
YUV92.02143.22112.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.39%
GREEN value IS 98 (38.67% from 255) = 34.15%
BLUE value IS 119 (46.88% from 255) = 41.46%
R=24.39%
G=34.15%
B=41.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70981190.410.1800.53205.7125.9337.06
Hex4662772912035ce1a25
Octal10614216751220653163245
Binary1000110110001011101111010011001001101011100111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466277; }

 p { color: rgb(70,98,119); }

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

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

 a { background-color: rgb(70,98,119); }

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

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

 span { border-color: rgb(70,98,119); }

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