Html Css Color HEX #049289 Dark Cyan

📋 copy color: '#049289'

red 4 ◦ green 146 ◦ blue 137

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

Shades of Dark Cyan #049289

Tints of Dark Cyan #049289

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50.87%

 BLUE value IS 137 (53.91% from 255) = 47.74%

R = 1.39%
G = 50.87%
B = 47.74%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#049289 (or 0x049289) is known color: Dark Cyan. HEX triplet: 04, 92 and 89. RGB value is (4,146,137). Sum of RGB (Red+Green+Blue) = 4+146+137=287 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #049289 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049289 is #FB6D76. Grayscale: #666666. Windows color (decimal): -16477559 or 9015812. OLE color: 9015812.

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

Color convert

RGB 4 146 137 -
CMYK 0.97 0 0.06 0.43
HSL 176.2º 0.95% 0.29% -
HSV(B) 176.2º 0.97% 0.57% -
XYZ 14.84 22.39 27.21 -
YUV 102.52 147.46 57.73 -
System Red Green Blue C M Y K H S L
Decimal 4 146 137 0.97 0 0.06 0.43 176.2 0.95 0.29
Hex 4 92 89 61 0 6 2B B0 5F 1D
Octal 4 222 211 141 0 6 53 260 137 35
Binary 100 10010010 10001001 1100001 0 110 101011 10110000 1011111 11101

Color Harmonies of #049289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049289

Black with #049289

Text Example


Text Example

White with #049289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049289; }

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

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

background-color css

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

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

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

border-color css

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

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

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