Html Css Color HEX #04694F Watercourse

📋 copy color: '#04694F'

red 4 ◦ green 105 ◦ blue 79

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

Shades of Watercourse #04694F

Tints of Watercourse #04694F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 55.85%

 BLUE value IS 79 (31.25% from 255) = 42.02%

R = 2.13%
G = 55.85%
B = 42.02%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#04694F (or 0x04694F) is known color: Watercourse. HEX triplet: 04, 69 and 4F. RGB value is (4,105,79). Sum of RGB (Red+Green+Blue) = 4+105+79=188 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.13% from 188); Green value is 105 (41.41% from 255 or 55.85% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 105 - color contains mainly: green. Hex color #04694F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04694F is #FB96B0. Grayscale: #474747. Windows color (decimal): -16488113 or 5204228. OLE color: 5204228.

HSL color Cylindrical-coordinate representation of color #04694F: hue angle of 164.55º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04694F is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 105 79 -
CMYK 0.96 0 0.25 0.59
HSL 164.55º 0.93% 0.21% -
HSV(B) 164.55º 0.96% 0.41% -
XYZ 6.51 10.69 9.12 -
YUV 71.84 132.04 79.61 -
System Red Green Blue C M Y K H S L
Decimal 4 105 79 0.96 0 0.25 0.59 164.55 0.93 0.21
Hex 4 69 4F 60 0 19 3B A5 5D 15
Octal 4 151 117 140 0 31 73 245 135 25
Binary 100 1101001 1001111 1100000 0 11001 111011 10100101 1011101 10101

Color Harmonies of #04694F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04694F

Black with #04694F

Text Example


Text Example

White with #04694F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04694F; }

 p { color: rgb(4,105,79); }

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

background-color css

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

 a { background-color: rgb(4,105,79); }

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

border-color css

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

 span { border-color: rgb(4,105,79); }

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