Html Css Color HEX #499194 Blue Chill

📋 copy color: '#499194'

red 73 ◦ green 145 ◦ blue 148

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

Shades of Blue Chill #499194

Tints of Blue Chill #499194

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.62%

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

R = 19.95%
G = 39.62%
B = 40.44%

CMYK

 C value IS 0.51

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#499194 (or 0x499194) is known color: Blue Chill. HEX triplet: 49, 91 and 94. RGB value is (73,145,148). Sum of RGB (Red+Green+Blue) = 73+145+148=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 148 (58.20% from 255 or 40.44% from 366); Max value from RGB is 148 - color contains mainly: blue. Hex color #499194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499194 is #B66E6B. Grayscale: #7B7B7B. Windows color (decimal): -11955820 or 9736521. OLE color: 9736521.

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

Color convert

RGB 73 145 148 -
CMYK 0.51 0.02 0 0.42
HSL 182.4º 0.34% 0.43% -
HSV(B) 182.4º 0.51% 0.58% -
XYZ 18.22 23.81 31.65 -
YUV 123.81 141.65 91.76 -
System Red Green Blue C M Y K H S L
Decimal 73 145 148 0.51 0.02 0 0.42 182.4 0.34 0.43
Hex 49 91 94 33 2 0 2A B6 22 2B
Octal 111 221 224 63 2 0 52 266 42 53
Binary 1001001 10010001 10010100 110011 10 0 101010 10110110 100010 101011

Color Harmonies of #499194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499194

Black with #499194

Text Example


Text Example

White with #499194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499194; }

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

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

background-color css

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

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

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

border-color css

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

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

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