Html Css Color HEX #049792 Dark Cyan

📋 copy color: '#049792'

red 4 ◦ green 151 ◦ blue 146

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

Shades of Dark Cyan #049792

Tints of Dark Cyan #049792

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50.17%

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

R = 1.33%
G = 50.17%
B = 48.5%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#049792 (or 0x049792) is known color: Dark Cyan. HEX triplet: 04, 97 and 92. RGB value is (4,151,146). Sum of RGB (Red+Green+Blue) = 4+151+146=301 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 301); Green value is 151 (59.38% from 255 or 50.17% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 151 - color contains mainly: green. Hex color #049792 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049792 is #FB686D. Grayscale: #6A6A6A. Windows color (decimal): -16476270 or 9606916. OLE color: 9606916.

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

Color convert

RGB 4 151 146 -
CMYK 0.97 0 0.03 0.41
HSL 177.96º 0.95% 0.3% -
HSV(B) 177.96º 0.97% 0.59% -
XYZ 16.3 24.23 31.01 -
YUV 106.48 150.3 54.91 -
System Red Green Blue C M Y K H S L
Decimal 4 151 146 0.97 0 0.03 0.41 177.96 0.95 0.3
Hex 4 97 92 61 0 3 29 B2 5F 1E
Octal 4 227 222 141 0 3 51 262 137 36
Binary 100 10010111 10010010 1100001 0 11 101001 10110010 1011111 11110

Color Harmonies of #049792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049792

Black with #049792

Text Example


Text Example

White with #049792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049792; }

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

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

background-color css

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

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

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

border-color css

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

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

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