Html Css Color HEX #467062 Stromboli

📋 copy color: '#467062'

red 70 ◦ green 112 ◦ blue 98

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

Shades of Stromboli #467062

Tints of Stromboli #467062

RGB

 RED value IS 70 (27.73% from 255) = 25%

 GREEN value IS 112 (44.14% from 255) = 40%

 BLUE value IS 98 (38.67% from 255) = 35%

R = 25%
G = 40%
B = 35%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#467062 (or 0x467062) is known color: Stromboli. HEX triplet: 46, 70 and 62. RGB value is (70,112,98). Sum of RGB (Red+Green+Blue) = 70+112+98=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 112 - color contains mainly: green. Hex color #467062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467062 is #B98F9D. Grayscale: #616161. Windows color (decimal): -12160926 or 6451270. OLE color: 6451270.

HSL color Cylindrical-coordinate representation of color #467062: hue angle of 160º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #467062 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 112 98 -
CMYK 0.38 0 0.13 0.56
HSL 160º 0.23% 0.36% -
HSV(B) 160º 0.38% 0.44% -
XYZ 10.52 13.77 13.66 -
YUV 97.85 128.09 108.14 -
System Red Green Blue C M Y K H S L
Decimal 70 112 98 0.38 0 0.13 0.56 160 0.23 0.36
Hex 46 70 62 26 0 D 38 A0 17 24
Octal 106 160 142 46 0 15 70 240 27 44
Binary 1000110 1110000 1100010 100110 0 1101 111000 10100000 10111 100100

Color Harmonies of #467062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467062

Black with #467062

Text Example


Text Example

White with #467062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467062; }

 p { color: rgb(70,112,98); }

 H1.HeaderClassName
 {
   color: #467062;
 }
 .AnyTagClassName
 {
   color: #467062;
 }
</style>

background-color css

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

 a { background-color: rgb(70,112,98); }

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

border-color css

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

 span { border-color: rgb(70,112,98); }

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