#416372

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

Shades of Bismark #416372

Tints of Bismark #416372

Color information

#416372 (or 0x416372) is unknown color: approx Bismark. HEX triplet: 41, 63 and 72. RGB value is (65,99,114). Sum of RGB (Red+Green+Blue) = 65+99+114=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 114 - color contains mainly: blue. Hex color #416372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416372 is #BE9C8D. Grayscale: #5A5A5A. Windows color (decimal): -12491918 or 7496513. OLE color: 7496513.

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

Color convert

RGB6599114-
CMYK0.430.1300.55
HSL198.37º27.37%35.1%-
HSV(B)198.37º42.98%44.71%-
XYZ9.6811.2617.58-
YUV90.54141.24109.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.38%
GREEN value IS 99 (39.06% from 255) = 35.61%
BLUE value IS 114 (44.92% from 255) = 41.01%
R=23.38%
G=35.61%
B=41.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65991140.430.1300.55198.3727.3735.1
Hex4163722BD037c61b23
Octal10114316253150673063343
Binary100000111000111110010101011110101101111100011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416372; }

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

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

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

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

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

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

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

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