#416270

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

Shades of Bismark #416270

Tints of Bismark #416270

Color information

#416270 (or 0x416270) is unknown color: approx Bismark. HEX triplet: 41, 62 and 70. RGB value is (65,98,112). Sum of RGB (Red+Green+Blue) = 65+98+112=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 112 - color contains mainly: blue. Hex color #416270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416270 is #BE9D8F. Grayscale: #595959. Windows color (decimal): -12492176 or 7365185. OLE color: 7365185.

HSL color Cylindrical-coordinate representation of color #416270: hue angle of 197.87º 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 #416270 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6598112-
CMYK0.420.1300.56
HSL197.87º26.55%34.71%-
HSV(B)197.87º41.96%43.92%-
XYZ9.4711.0316.96-
YUV89.73140.57110.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.64%
GREEN value IS 98 (38.67% from 255) = 35.64%
BLUE value IS 112 (44.14% from 255) = 40.73%
R=23.64%
G=35.64%
B=40.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65981120.420.1300.56197.8726.5534.71
Hex4162702AD038c61b23
Octal10114216052150703063343
Binary100000111000101110000101010110101110001100011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416270; }

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

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

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

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

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

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

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

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