Html Css Color HEX #499893 Blue Chill

📋 copy color: '#499893'

red 73 ◦ green 152 ◦ blue 147

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

Shades of Blue Chill #499893

Tints of Blue Chill #499893

RGB

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

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

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

R = 19.62%
G = 40.86%
B = 39.52%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#499893 (or 0x499893) is known color: Blue Chill. HEX triplet: 49, 98 and 93. RGB value is (73,152,147). Sum of RGB (Red+Green+Blue) = 73+152+147=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 152 - color contains mainly: green. Hex color #499893 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499893 is #B6676C. Grayscale: #7F7F7F. Windows color (decimal): -11954029 or 9672777. OLE color: 9672777.

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

Color convert

RGB 73 152 147 -
CMYK 0.52 0 0.03 0.40
HSL 176.2º 0.35% 0.44% -
HSV(B) 176.2º 0.52% 0.6% -
XYZ 19.24 25.98 31.6 -
YUV 127.81 138.83 88.91 -
System Red Green Blue C M Y K H S L
Decimal 73 152 147 0.52 0 0.03 0.40 176.2 0.35 0.44
Hex 49 98 93 34 0 3 28 B0 23 2C
Octal 111 230 223 64 0 3 50 260 43 54
Binary 1001001 10011000 10010011 110100 0 11 101000 10110000 100011 101100

Color Harmonies of #499893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499893

Black with #499893

Text Example


Text Example

White with #499893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499893; }

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

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

background-color css

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

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

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

border-color css

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

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

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