Html Css Color HEX #049288 Dark Cyan

📋 copy color: '#049288'

red 4 ◦ green 146 ◦ blue 136

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

Shades of Dark Cyan #049288

Tints of Dark Cyan #049288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 47.55%

R = 1.4%
G = 51.05%
B = 47.55%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#049288 (or 0x049288) is known color: Dark Cyan. HEX triplet: 04, 92 and 88. RGB value is (4,146,136). Sum of RGB (Red+Green+Blue) = 4+146+136=286 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 286); Green value is 146 (57.42% from 255 or 51.05% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 146 - color contains mainly: green. Hex color #049288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049288 is #FB6D77. Grayscale: #666666. Windows color (decimal): -16477560 or 8950276. OLE color: 8950276.

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

Color convert

RGB 4 146 136 -
CMYK 0.97 0 0.07 0.43
HSL 175.77º 0.95% 0.29% -
HSV(B) 175.77º 0.97% 0.57% -
XYZ 14.77 22.36 26.83 -
YUV 102.4 146.96 57.81 -
System Red Green Blue C M Y K H S L
Decimal 4 146 136 0.97 0 0.07 0.43 175.77 0.95 0.29
Hex 4 92 88 61 0 7 2B B0 5F 1D
Octal 4 222 210 141 0 7 53 260 137 35
Binary 100 10010010 10001000 1100001 0 111 101011 10110000 1011111 11101

Color Harmonies of #049288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049288

Black with #049288

Text Example


Text Example

White with #049288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049288; }

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

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

background-color css

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

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

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

border-color css

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

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

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