#436475

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

Shades of Bismark #436475

Tints of Bismark #436475

Color information

#436475 (or 0x436475) is unknown color: approx Bismark. HEX triplet: 43, 64 and 75. RGB value is (67,100,117). Sum of RGB (Red+Green+Blue) = 67+100+117=284 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.59% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 117 - color contains mainly: blue. Hex color #436475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #436475 is #BC9B8A. Grayscale: #5B5B5B. Windows color (decimal): -12360587 or 7693379. OLE color: 7693379.

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

Color convert

RGB67100117-
CMYK0.430.1500.54
HSL200.4º27.17%36.08%-
HSV(B)200.4º42.74%45.88%-
XYZ10.0811.5918.54-
YUV92.07142.07110.12-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.59%
GREEN value IS 100 (39.45% from 255) = 35.21%
BLUE value IS 117 (46.09% from 255) = 41.20%
R=23.59%
G=35.21%
B=41.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal671001170.430.1500.54200.427.1736.08
Hex4364752BF036c81b24
Octal10314416553170663103344
Binary100001111001001110101101011111101101101100100011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #436475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #436475; }

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

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

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

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

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

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

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

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