#436270

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

Shades of Bismark #436270

Tints of Bismark #436270

Color information

#436270 (or 0x436270) is unknown color: approx Bismark. HEX triplet: 43, 62 and 70. RGB value is (67,98,112). Sum of RGB (Red+Green+Blue) = 67+98+112=277 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.19% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 112 - color contains mainly: blue. Hex color #436270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #436270 is #BC9D8F. Grayscale: #5A5A5A. Windows color (decimal): -12361104 or 7365187. OLE color: 7365187.

HSL color Cylindrical-coordinate representation of color #436270: hue angle of 198.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #436270 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6798112-
CMYK0.400.1300.56
HSL198.67º25.14%35.1%-
HSV(B)198.67º40.18%43.92%-
XYZ9.6111.116.97-
YUV90.33140.23111.36-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.19%
GREEN value IS 98 (38.67% from 255) = 35.38%
BLUE value IS 112 (44.14% from 255) = 40.43%
R=24.19%
G=35.38%
B=40.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67981120.400.1300.56198.6725.1435.1
Hex43627028D038c71923
Octal10314216050150703073143
Binary100001111000101110000101000110101110001100011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #436270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #436270; }

 p { color: rgb(67,98,112); }

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

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

 a { background-color: rgb(67,98,112); }

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

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

 span { border-color: rgb(67,98,112); }

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