#427460

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

Shades of Stromboli #427460

Tints of Stromboli #427460

Color information

#427460 (or 0x427460) is unknown color: approx Stromboli. HEX triplet: 42, 74 and 60. RGB value is (66,116,96). Sum of RGB (Red+Green+Blue) = 66+116+96=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 116 - color contains mainly: green. Hex color #427460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427460 is #BD8B9F. Grayscale: #626262. Windows color (decimal): -12422048 or 6321218. OLE color: 6321218.

HSL color Cylindrical-coordinate representation of color #427460: hue angle of 156º 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 #427460 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB6611696-
CMYK0.4300.170.55
HSL156º27.47%35.69%-
HSV(B)156º43.1%45.49%-
XYZ10.614.4913.31-
YUV98.77126.44104.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.74%
GREEN value IS 116 (45.70% from 255) = 41.73%
BLUE value IS 96 (37.89% from 255) = 34.53%
R=23.74%
G=41.73%
B=34.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66116960.4300.170.5515627.4735.69
Hex4274602B011379c1b24
Octal10216414053021672343344
Binary1000010111010011000001010110100011101111001110011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427460; }

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

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

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

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

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

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

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

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