Html Css Color HEX #499469 Ocean Green

📋 copy color: '#499469'

red 73 ◦ green 148 ◦ blue 105

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

Shades of Ocean Green #499469

Tints of Ocean Green #499469

RGB

 RED value IS 73 (28.91% from 255) = 22.39%

 GREEN value IS 148 (58.2% from 255) = 45.4%

 BLUE value IS 105 (41.41% from 255) = 32.21%

R = 22.39%
G = 45.4%
B = 32.21%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#499469 (or 0x499469) is known color: Ocean Green. HEX triplet: 49, 94 and 69. RGB value is (73,148,105). Sum of RGB (Red+Green+Blue) = 73+148+105=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #499469 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499469 is #B66B96. Grayscale: #787878. Windows color (decimal): -11955095 or 6919241. OLE color: 6919241.

HSL color Cylindrical-coordinate representation of color #499469: hue angle of 145.6º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499469 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 148 105 -
CMYK 0.51 0 0.29 0.42
HSL 145.6º 0.34% 0.43% -
HSV(B) 145.6º 0.51% 0.58% -
XYZ 15.89 23.62 17.09 -
YUV 120.67 119.15 94 -
System Red Green Blue C M Y K H S L
Decimal 73 148 105 0.51 0 0.29 0.42 145.6 0.34 0.43
Hex 49 94 69 33 0 1D 2A 92 22 2B
Octal 111 224 151 63 0 35 52 222 42 53
Binary 1001001 10010100 1101001 110011 0 11101 101010 10010010 100010 101011

Color Harmonies of #499469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499469

Black with #499469

Text Example


Text Example

White with #499469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499469; }

 p { color: rgb(73,148,105); }

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

background-color css

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

 a { background-color: rgb(73,148,105); }

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

border-color css

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

 span { border-color: rgb(73,148,105); }

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