Html Css Color HEX #04694D Watercourse

📋 copy color: '#04694D'

red 4 ◦ green 105 ◦ blue 77

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

Shades of Watercourse #04694D

Tints of Watercourse #04694D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 41.4%

R = 2.15%
G = 56.45%
B = 41.4%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#04694D (or 0x04694D) is known color: Watercourse. HEX triplet: 04, 69 and 4D. RGB value is (4,105,77). Sum of RGB (Red+Green+Blue) = 4+105+77=186 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.15% from 186); Green value is 105 (41.41% from 255 or 56.45% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 105 - color contains mainly: green. Hex color #04694D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04694D is #FB96B2. Grayscale: #474747. Windows color (decimal): -16488115 or 5073156. OLE color: 5073156.

HSL color Cylindrical-coordinate representation of color #04694D: hue angle of 163.37º 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 #04694D is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 105 77 -
CMYK 0.96 0 0.27 0.59
HSL 163.37º 0.93% 0.21% -
HSV(B) 163.37º 0.96% 0.41% -
XYZ 6.44 10.66 8.74 -
YUV 71.61 131.04 79.78 -
System Red Green Blue C M Y K H S L
Decimal 4 105 77 0.96 0 0.27 0.59 163.37 0.93 0.21
Hex 4 69 4D 60 0 1B 3B A3 5D 15
Octal 4 151 115 140 0 33 73 243 135 25
Binary 100 1101001 1001101 1100000 0 11011 111011 10100011 1011101 10101

Color Harmonies of #04694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04694D

Black with #04694D

Text Example


Text Example

White with #04694D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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