Html Css Color HEX #046445 Watercourse

📋 copy color: '#046445'

red 4 ◦ green 100 ◦ blue 69

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

Shades of Watercourse #046445

Tints of Watercourse #046445

RGB

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

 GREEN value IS 100 (39.45% from 255) = 57.8%

 BLUE value IS 69 (27.34% from 255) = 39.88%

R = 2.31%
G = 57.8%
B = 39.88%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.31

 K value IS 0.61

RGB Variations

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

Color information

#046445 (or 0x046445) is known color: Watercourse. HEX triplet: 04, 64 and 45. RGB value is (4,100,69). Sum of RGB (Red+Green+Blue) = 4+100+69=173 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.31% from 173); Green value is 100 (39.45% from 255 or 57.80% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 100 - color contains mainly: green. Hex color #046445 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046445 is #FB9BBA. Grayscale: #434343. Windows color (decimal): -16489403 or 4547588. OLE color: 4547588.

HSL color Cylindrical-coordinate representation of color #046445: hue angle of 160.62º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046445 is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB 4 100 69 -
CMYK 0.96 0 0.31 0.61
HSL 160.63º 0.92% 0.2% -
HSV(B) 160.63º 0.96% 0.39% -
XYZ 5.68 9.57 7.18 -
YUV 67.76 128.7 82.52 -
System Red Green Blue C M Y K H S L
Decimal 4 100 69 0.96 0 0.31 0.61 160.63 0.92 0.2
Hex 4 64 45 60 0 1F 3D A1 5C 14
Octal 4 144 105 140 0 37 75 241 134 24
Binary 100 1100100 1000101 1100000 0 11111 111101 10100001 1011100 10100

Color Harmonies of #046445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046445

Black with #046445

Text Example


Text Example

White with #046445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046445; }

 p { color: rgb(4,100,69); }

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

background-color css

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

 a { background-color: rgb(4,100,69); }

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

border-color css

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

 span { border-color: rgb(4,100,69); }

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