Html Css Color HEX #427460 Stromboli

📋 copy color: '#427460'

red 66 ◦ green 116 ◦ blue 96

#427460
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stromboli #427460

Tints of Stromboli #427460

RGB

 RED value IS 66 (26.17% from 255) = 23.74%

 GREEN value IS 116 (45.7% 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 value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#427460 (or 0x427460) is known color: 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

RGB 66 116 96 -
CMYK 0.43 0 0.17 0.55
HSL 156º 0.27% 0.36% -
HSV(B) 156º 0.43% 0.45% -
XYZ 10.6 14.49 13.31 -
YUV 98.77 126.44 104.63 -
System Red Green Blue C M Y K H S L
Decimal 66 116 96 0.43 0 0.17 0.55 156 0.27 0.36
Hex 42 74 60 2B 0 11 37 9C 1B 24
Octal 102 164 140 53 0 21 67 234 33 44
Binary 1000010 1110100 1100000 101011 0 10001 110111 10011100 11011 100100

Color Harmonies of #427460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427460

Black with #427460

Text Example


Text Example

White with #427460

Text Example


Text Example

HTML Codes & Css Web 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>