#426273

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

Shades of Bismark #426273

Tints of Bismark #426273

Color information

#426273 (or 0x426273) is unknown color: approx Bismark. HEX triplet: 42, 62 and 73. RGB value is (66,98,115). Sum of RGB (Red+Green+Blue) = 66+98+115=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 115 - color contains mainly: blue. Hex color #426273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426273 is #BD9D8C. Grayscale: #5A5A5A. Windows color (decimal): -12426637 or 7561794. OLE color: 7561794.

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

Color convert

RGB6698115-
CMYK0.430.1500.55
HSL200.82º27.07%35.49%-
HSV(B)200.82º42.61%45.1%-
XYZ9.7111.1317.86-
YUV90.37141.9110.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.66%
GREEN value IS 98 (38.67% from 255) = 35.13%
BLUE value IS 115 (45.31% from 255) = 41.22%
R=23.66%
G=35.13%
B=41.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66981150.430.1500.55200.8227.0735.49
Hex4262732BF037c91b23
Octal10214216353170673113343
Binary100001011000101110011101011111101101111100100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426273; }

 p { color: rgb(66,98,115); }

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

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

 a { background-color: rgb(66,98,115); }

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

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

 span { border-color: rgb(66,98,115); }

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