Html Css Color HEX #049297 Dark Cyan

📋 copy color: '#049297'

red 4 ◦ green 146 ◦ blue 151

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

Shades of Dark Cyan #049297

Tints of Dark Cyan #049297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 50.17%

R = 1.33%
G = 48.5%
B = 50.17%

CMYK

 C value IS 0.97

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#049297 (or 0x049297) is known color: Dark Cyan. HEX triplet: 04, 92 and 97. RGB value is (4,146,151). Sum of RGB (Red+Green+Blue) = 4+146+151=301 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 301); Green value is 146 (57.42% from 255 or 48.50% from 301); Blue value is 151 (59.38% from 255 or 50.17% from 301); Max value from RGB is 151 - color contains mainly: blue. Hex color #049297 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049297 is #FB6D68. Grayscale: #676767. Windows color (decimal): -16477545 or 9933316. OLE color: 9933316.

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

Color convert

RGB 4 146 151 -
CMYK 0.97 0.03 0 0.41
HSL 182.04º 0.95% 0.3% -
HSV(B) 182.04º 0.97% 0.59% -
XYZ 15.91 22.82 32.84 -
YUV 104.11 154.46 56.59 -
System Red Green Blue C M Y K H S L
Decimal 4 146 151 0.97 0.03 0 0.41 182.04 0.95 0.3
Hex 4 92 97 61 3 0 29 B6 5F 1E
Octal 4 222 227 141 3 0 51 266 137 36
Binary 100 10010010 10010111 1100001 11 0 101001 10110110 1011111 11110

Color Harmonies of #049297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049297

Black with #049297

Text Example


Text Example

White with #049297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049297; }

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

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

background-color css

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

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

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

border-color css

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

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

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