Html Css Color HEX #4A7263 Dark Green Copper

📋 copy color: '#4A7263'

red 74 ◦ green 114 ◦ blue 99

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

Shades of Dark Green Copper #4A7263

Tints of Dark Green Copper #4A7263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.49%

R = 25.78%
G = 39.72%
B = 34.49%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#4A7263 (or 0x4A7263) is known color: Dark Green Copper. HEX triplet: 4A, 72 and 63. RGB value is (74,114,99). Sum of RGB (Red+Green+Blue) = 74+114+99=287 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.78% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 114 - color contains mainly: green. Hex color #4A7263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7263 is #B58D9C. Grayscale: #646464. Windows color (decimal): -11898269 or 6517322. OLE color: 6517322.

HSL color Cylindrical-coordinate representation of color #4A7263: hue angle of 157.5º 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 #4A7263 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 74 114 99 -
CMYK 0.35 0 0.13 0.55
HSL 157.5º 0.21% 0.37% -
HSV(B) 157.5º 0.35% 0.45% -
XYZ 11.09 14.39 14 -
YUV 100.33 127.25 109.22 -
System Red Green Blue C M Y K H S L
Decimal 74 114 99 0.35 0 0.13 0.55 157.5 0.21 0.37
Hex 4A 72 63 23 0 D 37 9E 15 25
Octal 112 162 143 43 0 15 67 236 25 45
Binary 1001010 1110010 1100011 100011 0 1101 110111 10011110 10101 100101

Color Harmonies of #4A7263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7263

Black with #4A7263

Text Example


Text Example

White with #4A7263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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