Html Css Color HEX #049499 Dark Cyan

📋 copy color: '#049499'

red 4 ◦ green 148 ◦ blue 153

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

Shades of Dark Cyan #049499

Tints of Dark Cyan #049499

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.52%

 BLUE value IS 153 (60.16% from 255) = 50.16%

R = 1.31%
G = 48.52%
B = 50.16%

CMYK

 C value IS 0.97

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#049499 (or 0x049499) is known color: Dark Cyan. HEX triplet: 04, 94 and 99. RGB value is (4,148,153). Sum of RGB (Red+Green+Blue) = 4+148+153=305 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #049499 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049499 is #FB6B66. Grayscale: #696969. Windows color (decimal): -16477031 or 10064900. OLE color: 10064900.

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

Color convert

RGB 4 148 153 -
CMYK 0.97 0.03 0 0.4
HSL 182.01º 0.95% 0.31% -
HSV(B) 182.01º 0.97% 0.6% -
XYZ 16.39 23.51 33.81 -
YUV 105.51 154.79 55.59 -
System Red Green Blue C M Y K H S L
Decimal 4 148 153 0.97 0.03 0 0.4 182.01 0.95 0.31
Hex 4 94 99 61 3 0 28 B6 5F 1F
Octal 4 224 231 141 3 0 50 266 137 37
Binary 100 10010100 10011001 1100001 11 0 101000 10110110 1011111 11111

Color Harmonies of #049499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049499

Black with #049499

Text Example


Text Example

White with #049499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049499; }

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

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

background-color css

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

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

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

border-color css

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

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

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