#049482

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

Shades of Dark Cyan #049482

Tints of Dark Cyan #049482

Color information

#049482 (or 0x049482) is unknown color: approx Dark Cyan. HEX triplet: 04, 94 and 82. RGB value is (4,148,130). Sum of RGB (Red+Green+Blue) = 4+148+130=282 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 282); Green value is 148 (58.20% from 255 or 52.48% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 148 - color contains mainly: green. Hex color #049482 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049482 is #FB6B7D. Grayscale: #666666. Windows color (decimal): -16477054 or 8557572. OLE color: 8557572.

HSL color Cylindrical-coordinate representation of color #049482: hue angle of 172.5º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049482 is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB4148130-
CMYK0.9700.120.42
HSL172.5º94.74%29.8%-
HSV(B)172.5º97.3%58.04%-
XYZ14.6722.8224.75-
YUV102.89143.2957.46-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.42%
GREEN value IS 148 (58.20% from 255) = 52.48%
BLUE value IS 130 (51.17% from 255) = 46.10%
R=1.42%
G=52.48%
B=46.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41481300.9700.120.42172.594.7429.8
Hex49482610C2Aac5f1e
Octal42242021410145225413736
Binary100100101001000001011000010110010101010101100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049482; }

 p { color: rgb(4,148,130); }

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

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

 a { background-color: rgb(4,148,130); }

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

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

 span { border-color: rgb(4,148,130); }

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