Html Css Color HEX #049392 Dark Cyan

📋 copy color: '#049392'

red 4 ◦ green 147 ◦ blue 146

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

Shades of Dark Cyan #049392

Tints of Dark Cyan #049392

RGB

 RED value IS 4 (1.95% from 255) = 1.35%

 GREEN value IS 147 (57.81% from 255) = 49.49%

 BLUE value IS 146 (57.42% from 255) = 49.16%

R = 1.35%
G = 49.49%
B = 49.16%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#049392 (or 0x049392) is known color: Dark Cyan. HEX triplet: 04, 93 and 92. RGB value is (4,147,146). Sum of RGB (Red+Green+Blue) = 4+147+146=297 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 297); Green value is 147 (57.81% from 255 or 49.49% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 147 - color contains mainly: green. Hex color #049392 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049392 is #FB6C6D. Grayscale: #676767. Windows color (decimal): -16477294 or 9605892. OLE color: 9605892.

HSL color Cylindrical-coordinate representation of color #049392: hue angle of 179.58º 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 #049392 is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 147 146 -
CMYK 0.97 0 0.01 0.42
HSL 179.58º 0.95% 0.3% -
HSV(B) 179.58º 0.97% 0.58% -
XYZ 15.67 22.97 30.8 -
YUV 104.13 151.62 56.58 -
System Red Green Blue C M Y K H S L
Decimal 4 147 146 0.97 0 0.01 0.42 179.58 0.95 0.3
Hex 4 93 92 61 0 1 2A B4 5F 1E
Octal 4 223 222 141 0 1 52 264 137 36
Binary 100 10010011 10010010 1100001 0 1 101010 10110100 1011111 11110

Color Harmonies of #049392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049392

Black with #049392

Text Example


Text Example

White with #049392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049392; }

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

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

background-color css

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

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

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

border-color css

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

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

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