Html Css Color HEX #499198 Half Baked

📋 copy color: '#499198'

red 73 ◦ green 145 ◦ blue 152

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

Shades of Half Baked #499198

Tints of Half Baked #499198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 41.08%

R = 19.73%
G = 39.19%
B = 41.08%

CMYK

 C value IS 0.52

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#499198 (or 0x499198) is known color: Half Baked. HEX triplet: 49, 91 and 98. RGB value is (73,145,152). Sum of RGB (Red+Green+Blue) = 73+145+152=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 152 - color contains mainly: blue. Hex color #499198 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499198 is #B66E67. Grayscale: #7C7C7C. Windows color (decimal): -11955816 or 9998665. OLE color: 9998665.

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

Color convert

RGB 73 145 152 -
CMYK 0.52 0.05 0 0.40
HSL 185.32º 0.35% 0.44% -
HSV(B) 185.32º 0.52% 0.6% -
XYZ 18.54 23.93 33.35 -
YUV 124.27 143.65 91.43 -
System Red Green Blue C M Y K H S L
Decimal 73 145 152 0.52 0.05 0 0.40 185.32 0.35 0.44
Hex 49 91 98 34 5 0 28 B9 23 2C
Octal 111 221 230 64 5 0 50 271 43 54
Binary 1001001 10010001 10011000 110100 101 0 101000 10111001 100011 101100

Color Harmonies of #499198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499198

Black with #499198

Text Example


Text Example

White with #499198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499198; }

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

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

background-color css

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

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

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

border-color css

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

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

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