Html Css Color HEX #049583 Dark Cyan

📋 copy color: '#049583'

red 4 ◦ green 149 ◦ blue 131

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

Shades of Dark Cyan #049583

Tints of Dark Cyan #049583

RGB

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

 GREEN value IS 149 (58.59% from 255) = 52.46%

 BLUE value IS 131 (51.56% from 255) = 46.13%

R = 1.41%
G = 52.46%
B = 46.13%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#049583 (or 0x049583) is known color: Dark Cyan. HEX triplet: 04, 95 and 83. RGB value is (4,149,131). Sum of RGB (Red+Green+Blue) = 4+149+131=284 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 284); Green value is 149 (58.59% from 255 or 52.46% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 149 - color contains mainly: green. Hex color #049583 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049583 is #FB6A7C. Grayscale: #676767. Windows color (decimal): -16476797 or 8623364. OLE color: 8623364.

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

Color convert

RGB 4 149 131 -
CMYK 0.97 0 0.12 0.42
HSL 172.55º 0.95% 0.3% -
HSV(B) 172.55º 0.97% 0.58% -
XYZ 14.89 23.16 25.16 -
YUV 103.59 143.46 56.96 -
System Red Green Blue C M Y K H S L
Decimal 4 149 131 0.97 0 0.12 0.42 172.55 0.95 0.3
Hex 4 95 83 61 0 C 2A AD 5F 1E
Octal 4 225 203 141 0 14 52 255 137 36
Binary 100 10010101 10000011 1100001 0 1100 101010 10101101 1011111 11110

Color Harmonies of #049583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049583

Black with #049583

Text Example


Text Example

White with #049583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049583; }

 p { color: rgb(4,149,131); }

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

background-color css

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

 a { background-color: rgb(4,149,131); }

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

border-color css

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

 span { border-color: rgb(4,149,131); }

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