#416478

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

Shades of Bismark #416478

Tints of Bismark #416478

Color information

#416478 (or 0x416478) is unknown color: approx Bismark. HEX triplet: 41, 64 and 78. RGB value is (65,100,120). Sum of RGB (Red+Green+Blue) = 65+100+120=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 120 - color contains mainly: blue. Hex color #416478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416478 is #BE9B87. Grayscale: #5B5B5B. Windows color (decimal): -12491656 or 7889985. OLE color: 7889985.

HSL color Cylindrical-coordinate representation of color #416478: hue angle of 201.82º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #416478 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB65100120-
CMYK0.460.1700.53
HSL201.82º29.73%36.27%-
HSV(B)201.82º45.83%47.06%-
XYZ10.1311.5919.47-
YUV91.82143.9108.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.81%
GREEN value IS 100 (39.45% from 255) = 35.09%
BLUE value IS 120 (47.27% from 255) = 42.11%
R=22.81%
G=35.09%
B=42.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal651001200.460.1700.53201.8229.7336.27
Hex4164782E11035ca1e24
Octal10114417056210653123644
Binary1000001110010011110001011101000101101011100101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416478; }

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

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

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

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

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

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

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

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