#416370

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

Shades of Bismark #416370

Tints of Bismark #416370

Color information

#416370 (or 0x416370) is unknown color: approx Bismark. HEX triplet: 41, 63 and 70. RGB value is (65,99,112). Sum of RGB (Red+Green+Blue) = 65+99+112=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 112 - color contains mainly: blue. Hex color #416370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416370 is #BE9C8F. Grayscale: #5A5A5A. Windows color (decimal): -12491920 or 7365441. OLE color: 7365441.

HSL color Cylindrical-coordinate representation of color #416370: hue angle of 196.6º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #416370 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6599112-
CMYK0.420.1200.56
HSL196.6º26.55%34.71%-
HSV(B)196.6º41.96%43.92%-
XYZ9.5711.2216.99-
YUV90.32140.24109.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.55%
GREEN value IS 99 (39.06% from 255) = 35.87%
BLUE value IS 112 (44.14% from 255) = 40.58%
R=23.55%
G=35.87%
B=40.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65991120.420.1200.56196.626.5534.71
Hex4163702AC038c51b23
Octal10114316052140703053343
Binary100000111000111110000101010110001110001100010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416370; }

 p { color: rgb(65,99,112); }

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

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

 a { background-color: rgb(65,99,112); }

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

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

 span { border-color: rgb(65,99,112); }

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