Html Css Color HEX #4A7262 Stromboli

📋 copy color: '#4A7262'

red 74 ◦ green 114 ◦ blue 98

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

Shades of Stromboli #4A7262

Tints of Stromboli #4A7262

RGB

 RED value IS 74 (29.3% from 255) = 25.87%

 GREEN value IS 114 (44.92% from 255) = 39.86%

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

R = 25.87%
G = 39.86%
B = 34.27%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#4A7262 (or 0x4A7262) is known color: Stromboli. HEX triplet: 4A, 72 and 62. RGB value is (74,114,98). Sum of RGB (Red+Green+Blue) = 74+114+98=286 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.87% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 114 - color contains mainly: green. Hex color #4A7262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7262 is #B58D9D. Grayscale: #646464. Windows color (decimal): -11898270 or 6451786. OLE color: 6451786.

HSL color Cylindrical-coordinate representation of color #4A7262: hue angle of 156º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4A7262 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 74 114 98 -
CMYK 0.35 0 0.14 0.55
HSL 156º 0.21% 0.37% -
HSV(B) 156º 0.35% 0.45% -
XYZ 11.05 14.37 13.75 -
YUV 100.22 126.75 109.3 -
System Red Green Blue C M Y K H S L
Decimal 74 114 98 0.35 0 0.14 0.55 156 0.21 0.37
Hex 4A 72 62 23 0 E 37 9C 15 25
Octal 112 162 142 43 0 16 67 234 25 45
Binary 1001010 1110010 1100010 100011 0 1110 110111 10011100 10101 100101

Color Harmonies of #4A7262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7262

Black with #4A7262

Text Example


Text Example

White with #4A7262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A7262; }

 p { color: rgb(74,114,98); }

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

background-color css

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

 a { background-color: rgb(74,114,98); }

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

border-color css

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

 span { border-color: rgb(74,114,98); }

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