#416475

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

Shades of Bismark #416475

Tints of Bismark #416475

Color information

#416475 (or 0x416475) is unknown color: approx Bismark. HEX triplet: 41, 64 and 75. RGB value is (65,100,117). Sum of RGB (Red+Green+Blue) = 65+100+117=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 117 - color contains mainly: blue. Hex color #416475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416475 is #BE9B8A. Grayscale: #5B5B5B. Windows color (decimal): -12491659 or 7693377. OLE color: 7693377.

HSL color Cylindrical-coordinate representation of color #416475: hue angle of 199.62º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #416475 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB65100117-
CMYK0.440.1500.54
HSL199.62º28.57%35.69%-
HSV(B)199.62º44.44%45.88%-
XYZ9.9511.5218.53-
YUV91.47142.4109.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.05%
GREEN value IS 100 (39.45% from 255) = 35.46%
BLUE value IS 117 (46.09% from 255) = 41.49%
R=23.05%
G=35.46%
B=41.49%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal651001170.440.1500.54199.6228.5735.69
Hex4164752CF036c81d24
Octal10114416554170663103544
Binary100000111001001110101101100111101101101100100011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416475; }

 p { color: rgb(65,100,117); }

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

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

 a { background-color: rgb(65,100,117); }

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

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

 span { border-color: rgb(65,100,117); }

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