#426861

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

Shades of Stromboli #426861

Tints of Stromboli #426861

Color information

#426861 (or 0x426861) is unknown color: approx Stromboli. HEX triplet: 42, 68 and 61. RGB value is (66,104,97). Sum of RGB (Red+Green+Blue) = 66+104+97=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 104 - color contains mainly: green. Hex color #426861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426861 is #BD979E. Grayscale: #5B5B5B. Windows color (decimal): -12425119 or 6383682. OLE color: 6383682.

HSL color Cylindrical-coordinate representation of color #426861: hue angle of 168.95º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #426861 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB6610497-
CMYK0.3700.070.59
HSL168.95º22.35%33.33%-
HSV(B)168.95º36.54%40.78%-
XYZ9.3511.9213.12-
YUV91.84130.91109.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.72%
GREEN value IS 104 (41.02% from 255) = 38.95%
BLUE value IS 97 (38.28% from 255) = 36.33%
R=24.72%
G=38.95%
B=36.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66104970.3700.070.59168.9522.3533.33
Hex42686125073Ba91621
Octal1021501414507732512641
Binary10000101101000110000110010101111110111010100110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426861; }

 p { color: rgb(66,104,97); }

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

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

 a { background-color: rgb(66,104,97); }

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

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

 span { border-color: rgb(66,104,97); }

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