#426774

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

Shades of Bismark #426774

Tints of Bismark #426774

Color information

#426774 (or 0x426774) is unknown color: approx Bismark. HEX triplet: 42, 67 and 74. RGB value is (66,103,116). Sum of RGB (Red+Green+Blue) = 66+103+116=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 116 - color contains mainly: blue. Hex color #426774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426774 is #BD988B. Grayscale: #5D5D5D. Windows color (decimal): -12425356 or 7628610. OLE color: 7628610.

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

Color convert

RGB66103116-
CMYK0.430.1100.55
HSL195.6º27.47%35.69%-
HSV(B)195.6º43.1%45.49%-
XYZ10.2512.1218.32-
YUV93.42140.74108.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.16%
GREEN value IS 103 (40.62% from 255) = 36.14%
BLUE value IS 116 (45.70% from 255) = 40.70%
R=23.16%
G=36.14%
B=40.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal661031160.430.1100.55195.627.4735.69
Hex4267742BB037c41b24
Octal10214716453130673043344
Binary100001011001111110100101011101101101111100010011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426774; }

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

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

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

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

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

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

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

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