#426772

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

Shades of Bismark #426772

Tints of Bismark #426772

Color information

#426772 (or 0x426772) is unknown color: approx Bismark. HEX triplet: 42, 67 and 72. RGB value is (66,103,114). Sum of RGB (Red+Green+Blue) = 66+103+114=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 114 - color contains mainly: blue. Hex color #426772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426772 is #BD988D. Grayscale: #5D5D5D. Windows color (decimal): -12425358 or 7497538. OLE color: 7497538.

HSL color Cylindrical-coordinate representation of color #426772: hue angle of 193.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #426772 is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB66103114-
CMYK0.420.1000.55
HSL193.75º26.67%35.29%-
HSV(B)193.75º42.11%44.71%-
XYZ10.1312.0717.72-
YUV93.19139.74108.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.32%
GREEN value IS 103 (40.62% from 255) = 36.40%
BLUE value IS 114 (44.92% from 255) = 40.28%
R=23.32%
G=36.40%
B=40.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal661031140.420.1000.55193.7526.6735.29
Hex4267722AA037c21b23
Octal10214716252120673023343
Binary100001011001111110010101010101001101111100001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426772; }

 p { color: rgb(66,103,114); }

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

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

 a { background-color: rgb(66,103,114); }

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

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

 span { border-color: rgb(66,103,114); }

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