#466278

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

Shades of Bismark #466278

Tints of Bismark #466278

Color information

#466278 (or 0x466278) is unknown color: approx Bismark. HEX triplet: 46, 62 and 78. RGB value is (70,98,120). Sum of RGB (Red+Green+Blue) = 70+98+120=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 120 - color contains mainly: blue. Hex color #466278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466278 is #B99D87. Grayscale: #5C5C5C. Windows color (decimal): -12164488 or 7889478. OLE color: 7889478.

HSL color Cylindrical-coordinate representation of color #466278: hue angle of 206.4º degrees, saturation: 0.26, 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 #466278 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7098120-
CMYK0.420.1800.53
HSL206.4º26.32%37.25%-
HSV(B)206.4º41.67%47.06%-
XYZ10.2811.3919.43-
YUV92.14143.72112.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.31%
GREEN value IS 98 (38.67% from 255) = 34.03%
BLUE value IS 120 (47.27% from 255) = 41.67%
R=24.31%
G=34.03%
B=41.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70981200.420.1800.53206.426.3237.25
Hex4662782A12035ce1a25
Octal10614217052220653163245
Binary1000110110001011110001010101001001101011100111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466278; }

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

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

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

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

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

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

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

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