Html Css Color HEX #499593 Blue Chill

📋 copy color: '#499593'

red 73 ◦ green 149 ◦ blue 147

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

Shades of Blue Chill #499593

Tints of Blue Chill #499593

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.38%

 BLUE value IS 147 (57.81% from 255) = 39.84%

R = 19.78%
G = 40.38%
B = 39.84%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#499593 (or 0x499593) is known color: Blue Chill. HEX triplet: 49, 95 and 93. RGB value is (73,149,147). Sum of RGB (Red+Green+Blue) = 73+149+147=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 149 - color contains mainly: green. Hex color #499593 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499593 is #B66A6C. Grayscale: #7D7D7D. Windows color (decimal): -11954797 or 9672009. OLE color: 9672009.

HSL color Cylindrical-coordinate representation of color #499593: hue angle of 178.42º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499593 is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 149 147 -
CMYK 0.51 0 0.01 0.42
HSL 178.42º 0.34% 0.44% -
HSV(B) 178.42º 0.51% 0.58% -
XYZ 18.76 25.02 31.44 -
YUV 126.05 139.82 90.16 -
System Red Green Blue C M Y K H S L
Decimal 73 149 147 0.51 0 0.01 0.42 178.42 0.34 0.44
Hex 49 95 93 33 0 1 2A B2 22 2C
Octal 111 225 223 63 0 1 52 262 42 54
Binary 1001001 10010101 10010011 110011 0 1 101010 10110010 100010 101100

Color Harmonies of #499593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499593

Black with #499593

Text Example


Text Example

White with #499593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499593; }

 p { color: rgb(73,149,147); }

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

background-color css

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

 a { background-color: rgb(73,149,147); }

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

border-color css

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

 span { border-color: rgb(73,149,147); }

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