#416272

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

Shades of Bismark #416272

Tints of Bismark #416272

Color information

#416272 (or 0x416272) is unknown color: approx Bismark. HEX triplet: 41, 62 and 72. RGB value is (65,98,114). Sum of RGB (Red+Green+Blue) = 65+98+114=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 114 - color contains mainly: blue. Hex color #416272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416272 is #BE9D8D. Grayscale: #595959. Windows color (decimal): -12492174 or 7496257. OLE color: 7496257.

HSL color Cylindrical-coordinate representation of color #416272: hue angle of 199.59º 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 #416272 is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6598114-
CMYK0.430.1400.55
HSL199.59º27.37%35.1%-
HSV(B)199.59º42.98%44.71%-
XYZ9.5811.0717.55-
YUV89.96141.57110.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.47%
GREEN value IS 98 (38.67% from 255) = 35.38%
BLUE value IS 114 (44.92% from 255) = 41.16%
R=23.47%
G=35.38%
B=41.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65981140.430.1400.55199.5927.3735.1
Hex4162722BE037c81b23
Octal10114216253160673103343
Binary100000111000101110010101011111001101111100100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416272; }

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

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

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

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

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

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

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

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