Html Css Color HEX #499892 Blue Chill

📋 copy color: '#499892'

red 73 ◦ green 152 ◦ blue 146

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

Shades of Blue Chill #499892

Tints of Blue Chill #499892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.35%

R = 19.68%
G = 40.97%
B = 39.35%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#499892 (or 0x499892) is known color: Blue Chill. HEX triplet: 49, 98 and 92. RGB value is (73,152,146). Sum of RGB (Red+Green+Blue) = 73+152+146=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 152 - color contains mainly: green. Hex color #499892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499892 is #B6676D. Grayscale: #7F7F7F. Windows color (decimal): -11954030 or 9607241. OLE color: 9607241.

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

Color convert

RGB 73 152 146 -
CMYK 0.52 0 0.04 0.40
HSL 175.44º 0.35% 0.44% -
HSV(B) 175.44º 0.52% 0.6% -
XYZ 19.16 25.95 31.19 -
YUV 127.7 138.33 88.99 -
System Red Green Blue C M Y K H S L
Decimal 73 152 146 0.52 0 0.04 0.40 175.44 0.35 0.44
Hex 49 98 92 34 0 4 28 AF 23 2C
Octal 111 230 222 64 0 4 50 257 43 54
Binary 1001001 10011000 10010010 110100 0 100 101000 10101111 100011 101100

Color Harmonies of #499892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499892

Black with #499892

Text Example


Text Example

White with #499892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499892; }

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

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

background-color css

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

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

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

border-color css

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

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

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