Html Css Color HEX #04694A Watercourse

📋 copy color: '#04694A'

red 4 ◦ green 105 ◦ blue 74

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

Shades of Watercourse #04694A

Tints of Watercourse #04694A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 40.44%

R = 2.19%
G = 57.38%
B = 40.44%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#04694A (or 0x04694A) is known color: Watercourse. HEX triplet: 04, 69 and 4A. RGB value is (4,105,74). Sum of RGB (Red+Green+Blue) = 4+105+74=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 105 (41.41% from 255 or 57.38% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 105 - color contains mainly: green. Hex color #04694A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04694A is #FB96B5. Grayscale: #474747. Windows color (decimal): -16488118 or 4876548. OLE color: 4876548.

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

Color convert

RGB 4 105 74 -
CMYK 0.96 0 0.30 0.59
HSL 161.58º 0.93% 0.21% -
HSV(B) 161.58º 0.96% 0.41% -
XYZ 6.34 10.62 8.2 -
YUV 71.27 129.54 80.02 -
System Red Green Blue C M Y K H S L
Decimal 4 105 74 0.96 0 0.30 0.59 161.58 0.93 0.21
Hex 4 69 4A 60 0 1E 3B A2 5D 15
Octal 4 151 112 140 0 36 73 242 135 25
Binary 100 1101001 1001010 1100000 0 11110 111011 10100010 1011101 10101

Color Harmonies of #04694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04694A

Black with #04694A

Text Example


Text Example

White with #04694A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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