#466274

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

Shades of Bismark #466274

Tints of Bismark #466274

Color information

#466274 (or 0x466274) is unknown color: approx Bismark. HEX triplet: 46, 62 and 74. RGB value is (70,98,116). Sum of RGB (Red+Green+Blue) = 70+98+116=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 116 - color contains mainly: blue. Hex color #466274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466274 is #B99D8B. Grayscale: #5B5B5B. Windows color (decimal): -12164492 or 7627334. OLE color: 7627334.

HSL color Cylindrical-coordinate representation of color #466274: hue angle of 203.48º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #466274 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7098116-
CMYK0.400.1600.55
HSL203.48º24.73%36.47%-
HSV(B)203.48º39.66%45.49%-
XYZ10.0511.318.17-
YUV91.68141.72112.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.65%
GREEN value IS 98 (38.67% from 255) = 34.51%
BLUE value IS 116 (45.70% from 255) = 40.85%
R=24.65%
G=34.51%
B=40.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70981160.400.1600.55203.4824.7336.47
Hex4662742810037cb1924
Octal10614216450200673133144
Binary1000110110001011101001010001000001101111100101111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466274; }

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

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

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

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

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

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

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

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