#416072

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

Shades of Bismark #416072

Tints of Bismark #416072

Color information

#416072 (or 0x416072) is unknown color: approx Bismark. HEX triplet: 41, 60 and 72. RGB value is (65,96,114). Sum of RGB (Red+Green+Blue) = 65+96+114=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 114 - color contains mainly: blue. Hex color #416072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416072 is #BE9F8D. Grayscale: #585858. Windows color (decimal): -12492686 or 7495745. OLE color: 7495745.

HSL color Cylindrical-coordinate representation of color #416072: hue angle of 202.04º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #416072 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6596114-
CMYK0.430.1600.55
HSL202.04º27.37%35.1%-
HSV(B)202.04º42.98%44.71%-
XYZ9.410.717.49-
YUV88.78142.23111.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.64%
GREEN value IS 96 (37.89% from 255) = 34.91%
BLUE value IS 114 (44.92% from 255) = 41.45%
R=23.64%
G=34.91%
B=41.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65961140.430.1600.55202.0427.3735.1
Hex4160722B10037ca1b23
Octal10114016253200673123343
Binary1000001110000011100101010111000001101111100101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416072; }

 p { color: rgb(65,96,114); }

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

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

 a { background-color: rgb(65,96,114); }

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

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

 span { border-color: rgb(65,96,114); }

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