Html Css Color HEX #499499 Blue Chill

📋 copy color: '#499499'

red 73 ◦ green 148 ◦ blue 153

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

Shades of Blue Chill #499499

Tints of Blue Chill #499499

RGB

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

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

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

R = 19.52%
G = 39.57%
B = 40.91%

CMYK

 C value IS 0.52

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#499499 (or 0x499499) is known color: Blue Chill. HEX triplet: 49, 94 and 99. RGB value is (73,148,153). Sum of RGB (Red+Green+Blue) = 73+148+153=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 153 - color contains mainly: blue. Hex color #499499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499499 is #B66B66. Grayscale: #7E7E7E. Windows color (decimal): -11955047 or 10064969. OLE color: 10064969.

HSL color Cylindrical-coordinate representation of color #499499: hue angle of 183.75º 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 #499499 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 73 148 153 -
CMYK 0.52 0.03 0 0.4
HSL 183.75º 0.35% 0.44% -
HSV(B) 183.75º 0.52% 0.6% -
XYZ 19.09 24.9 33.94 -
YUV 126.15 143.15 90.09 -
System Red Green Blue C M Y K H S L
Decimal 73 148 153 0.52 0.03 0 0.4 183.75 0.35 0.44
Hex 49 94 99 34 3 0 28 B8 23 2C
Octal 111 224 231 64 3 0 50 270 43 54
Binary 1001001 10010100 10011001 110100 11 0 101000 10111000 100011 101100

Color Harmonies of #499499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499499

Black with #499499

Text Example


Text Example

White with #499499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499499; }

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

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

background-color css

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

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

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

border-color css

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

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

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