#049280

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

Shades of Dark Cyan #049280

Tints of Dark Cyan #049280

Color information

#049280 (or 0x049280) is unknown color: approx Dark Cyan. HEX triplet: 04, 92 and 80. RGB value is (4,146,128). Sum of RGB (Red+Green+Blue) = 4+146+128=278 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 278); Green value is 146 (57.42% from 255 or 52.52% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 146 - color contains mainly: green. Hex color #049280 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049280 is #FB6D7F. Grayscale: #656565. Windows color (decimal): -16477568 or 8425988. OLE color: 8425988.

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

Color convert

RGB4146128-
CMYK0.9700.120.43
HSL172.39º94.67%29.41%-
HSV(B)172.39º97.26%57.25%-
XYZ14.2322.1423.95-
YUV101.49142.9658.46-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.44%
GREEN value IS 146 (57.42% from 255) = 52.52%
BLUE value IS 128 (50.39% from 255) = 46.04%
R=1.44%
G=52.52%
B=46.04%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41461280.9700.120.43172.3994.6729.41
Hex49280610C2Bac5f1d
Octal42222001410145325413735
Binary100100100101000000011000010110010101110101100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049280; }

 p { color: rgb(4,146,128); }

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

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

 a { background-color: rgb(4,146,128); }

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

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

 span { border-color: rgb(4,146,128); }

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