#416378

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

Shades of Bismark #416378

Tints of Bismark #416378

Color information

#416378 (or 0x416378) is unknown color: approx Bismark. HEX triplet: 41, 63 and 78. RGB value is (65,99,120). Sum of RGB (Red+Green+Blue) = 65+99+120=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 120 - color contains mainly: blue. Hex color #416378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416378 is #BE9C87. Grayscale: #5B5B5B. Windows color (decimal): -12491912 or 7889729. OLE color: 7889729.

HSL color Cylindrical-coordinate representation of color #416378: hue angle of 202.91º 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 #416378 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6599120-
CMYK0.460.1700.53
HSL202.91º29.73%36.27%-
HSV(B)202.91º45.83%47.06%-
XYZ10.0311.419.44-
YUV91.23144.24109.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.89%
GREEN value IS 99 (39.06% from 255) = 34.86%
BLUE value IS 120 (47.27% from 255) = 42.25%
R=22.89%
G=34.86%
B=42.25%

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
Decimal65991200.460.1700.53202.9129.7336.27
Hex4163782E11035cb1e24
Octal10114317056210653133644
Binary1000001110001111110001011101000101101011100101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416378; }

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

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

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

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

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

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

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

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