Html Css Color HEX #499294 Blue Chill

📋 copy color: '#499294'

red 73 ◦ green 146 ◦ blue 148

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

Shades of Blue Chill #499294

Tints of Blue Chill #499294

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.78%

 BLUE value IS 148 (58.2% from 255) = 40.33%

R = 19.89%
G = 39.78%
B = 40.33%

CMYK

 C value IS 0.51

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#499294 (or 0x499294) is known color: Blue Chill. HEX triplet: 49, 92 and 94. RGB value is (73,146,148). Sum of RGB (Red+Green+Blue) = 73+146+148=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 148 - color contains mainly: blue. Hex color #499294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499294 is #B66D6B. Grayscale: #7C7C7C. Windows color (decimal): -11955564 or 9736777. OLE color: 9736777.

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

Color convert

RGB 73 146 148 -
CMYK 0.51 0.01 0 0.42
HSL 181.6º 0.34% 0.43% -
HSV(B) 181.6º 0.51% 0.58% -
XYZ 18.37 24.11 31.7 -
YUV 124.4 141.32 91.34 -
System Red Green Blue C M Y K H S L
Decimal 73 146 148 0.51 0.01 0 0.42 181.6 0.34 0.43
Hex 49 92 94 33 1 0 2A B6 22 2B
Octal 111 222 224 63 1 0 52 266 42 53
Binary 1001001 10010010 10010100 110011 1 0 101010 10110110 100010 101011

Color Harmonies of #499294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499294

Black with #499294

Text Example


Text Example

White with #499294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499294; }

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

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

background-color css

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

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

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

border-color css

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

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

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