Html Css Color HEX #499BA0 Half Baked

📋 copy color: '#499BA0'

red 73 ◦ green 155 ◦ blue 160

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

Shades of Half Baked #499BA0

Tints of Half Baked #499BA0

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.95%

 BLUE value IS 160 (62.89% from 255) = 41.24%

R = 18.81%
G = 39.95%
B = 41.24%

CMYK

 C value IS 0.54

 M value IS 0.03

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#499BA0 (or 0x499BA0) is known color: Half Baked. HEX triplet: 49, 9B and A0. RGB value is (73,155,160). Sum of RGB (Red+Green+Blue) = 73+155+160=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 160 (62.89% from 255 or 41.24% from 388); Max value from RGB is 160 - color contains mainly: blue. Hex color #499BA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499BA0 is #B6645F. Grayscale: #828282. Windows color (decimal): -11953248 or 10525513. OLE color: 10525513.

HSL color Cylindrical-coordinate representation of color #499BA0: hue angle of 183.45º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #499BA0 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 73 155 160 -
CMYK 0.54 0.03 0 0.37
HSL 183.45º 0.37% 0.46% -
HSV(B) 183.45º 0.54% 0.63% -
XYZ 20.81 27.4 37.45 -
YUV 131.05 144.33 86.59 -
System Red Green Blue C M Y K H S L
Decimal 73 155 160 0.54 0.03 0 0.37 183.45 0.37 0.46
Hex 49 9B A0 36 3 0 25 B7 25 2E
Octal 111 233 240 66 3 0 45 267 45 56
Binary 1001001 10011011 10100000 110110 11 0 100101 10110111 100101 101110

Color Harmonies of #499BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499BA0

Black with #499BA0

Text Example


Text Example

White with #499BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499BA0; }

 p { color: rgb(73,155,160); }

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

background-color css

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

 a { background-color: rgb(73,155,160); }

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

border-color css

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

 span { border-color: rgb(73,155,160); }

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