Html Css Color HEX #04694B Watercourse

📋 copy color: '#04694B'

red 4 ◦ green 105 ◦ blue 75

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

Shades of Watercourse #04694B

Tints of Watercourse #04694B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 40.76%

R = 2.17%
G = 57.07%
B = 40.76%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#04694B (or 0x04694B) is known color: Watercourse. HEX triplet: 04, 69 and 4B. RGB value is (4,105,75). Sum of RGB (Red+Green+Blue) = 4+105+75=184 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.17% from 184); Green value is 105 (41.41% from 255 or 57.07% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 105 - color contains mainly: green. Hex color #04694B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04694B is #FB96B4. Grayscale: #474747. Windows color (decimal): -16488117 or 4942084. OLE color: 4942084.

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

Color convert

RGB 4 105 75 -
CMYK 0.96 0 0.29 0.59
HSL 162.18º 0.93% 0.21% -
HSV(B) 162.18º 0.96% 0.41% -
XYZ 6.37 10.64 8.37 -
YUV 71.38 130.04 79.94 -
System Red Green Blue C M Y K H S L
Decimal 4 105 75 0.96 0 0.29 0.59 162.18 0.93 0.21
Hex 4 69 4B 60 0 1D 3B A2 5D 15
Octal 4 151 113 140 0 35 73 242 135 25
Binary 100 1101001 1001011 1100000 0 11101 111011 10100010 1011101 10101

Color Harmonies of #04694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04694B

Black with #04694B

Text Example


Text Example

White with #04694B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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