Html Css Color HEX #499699 Blue Chill

📋 copy color: '#499699'

red 73 ◦ green 150 ◦ blue 153

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

Shades of Blue Chill #499699

Tints of Blue Chill #499699

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.89%

 BLUE value IS 153 (60.16% from 255) = 40.69%

R = 19.41%
G = 39.89%
B = 40.69%

CMYK

 C value IS 0.52

 M value IS 0.02

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#499699 (or 0x499699) is known color: Blue Chill. HEX triplet: 49, 96 and 99. RGB value is (73,150,153). Sum of RGB (Red+Green+Blue) = 73+150+153=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #499699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499699 is #B66966. Grayscale: #7F7F7F. Windows color (decimal): -11954535 or 10065481. OLE color: 10065481.

HSL color Cylindrical-coordinate representation of color #499699: hue angle of 182.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #499699 is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 73 150 153 -
CMYK 0.52 0.02 0 0.4
HSL 182.25º 0.35% 0.44% -
HSV(B) 182.25º 0.52% 0.6% -
XYZ 19.4 25.53 34.04 -
YUV 127.32 142.49 89.26 -
System Red Green Blue C M Y K H S L
Decimal 73 150 153 0.52 0.02 0 0.4 182.25 0.35 0.44
Hex 49 96 99 34 2 0 28 B6 23 2C
Octal 111 226 231 64 2 0 50 266 43 54
Binary 1001001 10010110 10011001 110100 10 0 101000 10110110 100011 101100

Color Harmonies of #499699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499699

Black with #499699

Text Example


Text Example

White with #499699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499699; }

 p { color: rgb(73,150,153); }

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

background-color css

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

 a { background-color: rgb(73,150,153); }

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

border-color css

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

 span { border-color: rgb(73,150,153); }

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