Html Css Color HEX #049092 Dark Cyan

📋 copy color: '#049092'

red 4 ◦ green 144 ◦ blue 146

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

Shades of Dark Cyan #049092

Tints of Dark Cyan #049092

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.98%

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

R = 1.36%
G = 48.98%
B = 49.66%

CMYK

 C value IS 0.97

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#049092 (or 0x049092) is known color: Dark Cyan. HEX triplet: 04, 90 and 92. RGB value is (4,144,146). Sum of RGB (Red+Green+Blue) = 4+144+146=294 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #049092 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049092 is #FB6F6D. Grayscale: #666666. Windows color (decimal): -16478062 or 9605124. OLE color: 9605124.

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

Color convert

RGB 4 144 146 -
CMYK 0.97 0.01 0 0.43
HSL 180.85º 0.95% 0.29% -
HSV(B) 180.85º 0.97% 0.57% -
XYZ 15.21 22.05 30.65 -
YUV 102.37 152.62 57.84 -
System Red Green Blue C M Y K H S L
Decimal 4 144 146 0.97 0.01 0 0.43 180.85 0.95 0.29
Hex 4 90 92 61 1 0 2B B5 5F 1D
Octal 4 220 222 141 1 0 53 265 137 35
Binary 100 10010000 10010010 1100001 1 0 101011 10110101 1011111 11101

Color Harmonies of #049092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049092

Black with #049092

Text Example


Text Example

White with #049092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049092; }

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

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

background-color css

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

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

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

border-color css

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

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

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