Html Css Color HEX #049283 Dark Cyan

📋 copy color: '#049283'

red 4 ◦ green 146 ◦ blue 131

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

Shades of Dark Cyan #049283

Tints of Dark Cyan #049283

RGB

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

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

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

R = 1.42%
G = 51.96%
B = 46.62%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#049283 (or 0x049283) is known color: Dark Cyan. HEX triplet: 04, 92 and 83. RGB value is (4,146,131). Sum of RGB (Red+Green+Blue) = 4+146+131=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 146 (57.42% from 255 or 51.96% from 281); Blue value is 131 (51.56% from 255 or 46.62% from 281); Max value from RGB is 146 - color contains mainly: green. Hex color #049283 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049283 is #FB6D7C. Grayscale: #656565. Windows color (decimal): -16477565 or 8622596. OLE color: 8622596.

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

Color convert

RGB 4 146 131 -
CMYK 0.97 0 0.10 0.43
HSL 173.66º 0.95% 0.29% -
HSV(B) 173.66º 0.97% 0.57% -
XYZ 14.43 22.22 25 -
YUV 101.83 144.46 58.22 -
System Red Green Blue C M Y K H S L
Decimal 4 146 131 0.97 0 0.10 0.43 173.66 0.95 0.29
Hex 4 92 83 61 0 A 2B AE 5F 1D
Octal 4 222 203 141 0 12 53 256 137 35
Binary 100 10010010 10000011 1100001 0 1010 101011 10101110 1011111 11101

Color Harmonies of #049283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049283

Black with #049283

Text Example


Text Example

White with #049283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049283; }

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

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

background-color css

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

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

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

border-color css

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

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

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