Html Css Color HEX #046248 Watercourse

📋 copy color: '#046248'

red 4 ◦ green 98 ◦ blue 72

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

Shades of Watercourse #046248

Tints of Watercourse #046248

RGB

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

 GREEN value IS 98 (38.67% from 255) = 56.32%

 BLUE value IS 72 (28.52% from 255) = 41.38%

R = 2.3%
G = 56.32%
B = 41.38%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#046248 (or 0x046248) is known color: Watercourse. HEX triplet: 04, 62 and 48. RGB value is (4,98,72). Sum of RGB (Red+Green+Blue) = 4+98+72=174 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.30% from 174); Green value is 98 (38.67% from 255 or 56.32% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 98 - color contains mainly: green. Hex color #046248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046248 is #FB9DB7. Grayscale: #424242. Windows color (decimal): -16489912 or 4743684. OLE color: 4743684.

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

Color convert

RGB 4 98 72 -
CMYK 0.96 0 0.27 0.62
HSL 163.4º 0.92% 0.2% -
HSV(B) 163.4º 0.96% 0.38% -
XYZ 5.59 9.23 7.62 -
YUV 66.93 130.86 83.11 -
System Red Green Blue C M Y K H S L
Decimal 4 98 72 0.96 0 0.27 0.62 163.4 0.92 0.2
Hex 4 62 48 60 0 1B 3E A3 5C 14
Octal 4 142 110 140 0 33 76 243 134 24
Binary 100 1100010 1001000 1100000 0 11011 111110 10100011 1011100 10100

Color Harmonies of #046248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046248

Black with #046248

Text Example


Text Example

White with #046248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046248; }

 p { color: rgb(4,98,72); }

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

background-color css

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

 a { background-color: rgb(4,98,72); }

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

border-color css

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

 span { border-color: rgb(4,98,72); }

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