Html Css Color HEX #499899 Blue Chill

📋 copy color: '#499899'

red 73 ◦ green 152 ◦ blue 153

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

Shades of Blue Chill #499899

Tints of Blue Chill #499899

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.21%

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

R = 19.31%
G = 40.21%
B = 40.48%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#499899 (or 0x499899) is known color: Blue Chill. HEX triplet: 49, 98 and 99. RGB value is (73,152,153). Sum of RGB (Red+Green+Blue) = 73+152+153=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 153 - color contains mainly: blue. Hex color #499899 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499899 is #B66766. Grayscale: #808080. Windows color (decimal): -11954023 or 10065993. OLE color: 10065993.

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

Color convert

RGB 73 152 153 -
CMYK 0.52 0.01 0 0.4
HSL 180.75º 0.35% 0.44% -
HSV(B) 180.75º 0.52% 0.6% -
XYZ 19.73 26.17 34.15 -
YUV 128.49 141.83 88.42 -
System Red Green Blue C M Y K H S L
Decimal 73 152 153 0.52 0.01 0 0.4 180.75 0.35 0.44
Hex 49 98 99 34 1 0 28 B5 23 2C
Octal 111 230 231 64 1 0 50 265 43 54
Binary 1001001 10011000 10011001 110100 1 0 101000 10110101 100011 101100

Color Harmonies of #499899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499899

Black with #499899

Text Example


Text Example

White with #499899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499899; }

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

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

background-color css

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

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

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

border-color css

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

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

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