Html Css Color HEX #206449 Evening Sea

📋 copy color: '#206449'

red 32 ◦ green 100 ◦ blue 73

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

Shades of Evening Sea #206449

Tints of Evening Sea #206449

RGB

 RED value IS 32 (12.89% from 255) = 15.61%

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

 BLUE value IS 73 (28.91% from 255) = 35.61%

R = 15.61%
G = 48.78%
B = 35.61%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#206449 (or 0x206449) is known color: Evening Sea. HEX triplet: 20, 64 and 49. RGB value is (32,100,73). Sum of RGB (Red+Green+Blue) = 32+100+73=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 100 (39.45% from 255 or 48.78% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 100 - color contains mainly: green. Hex color #206449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206449 is #DF9BB6. Grayscale: #4C4C4C. Windows color (decimal): -14654391 or 4809760. OLE color: 4809760.

HSL color Cylindrical-coordinate representation of color #206449: hue angle of 156.18º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #206449 is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB 32 100 73 -
CMYK 0.68 0 0.27 0.61
HSL 156.18º 0.52% 0.26% -
HSV(B) 156.18º 0.68% 0.39% -
XYZ 6.36 9.9 7.88 -
YUV 76.59 125.97 96.2 -
System Red Green Blue C M Y K H S L
Decimal 32 100 73 0.68 0 0.27 0.61 156.18 0.52 0.26
Hex 20 64 49 44 0 1B 3D 9C 34 1A
Octal 40 144 111 104 0 33 75 234 64 32
Binary 100000 1100100 1001001 1000100 0 11011 111101 10011100 110100 11010

Color Harmonies of #206449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206449

Black with #206449

Text Example


Text Example

White with #206449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206449; }

 p { color: rgb(32,100,73); }

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

background-color css

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

 a { background-color: rgb(32,100,73); }

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

border-color css

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

 span { border-color: rgb(32,100,73); }

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