Html Css Color HEX #499498 Blue Chill

📋 copy color: '#499498'

red 73 ◦ green 148 ◦ blue 152

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

Shades of Blue Chill #499498

Tints of Blue Chill #499498

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.68%

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

R = 19.57%
G = 39.68%
B = 40.75%

CMYK

 C value IS 0.52

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#499498 (or 0x499498) is known color: Blue Chill. HEX triplet: 49, 94 and 98. RGB value is (73,148,152). Sum of RGB (Red+Green+Blue) = 73+148+152=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 152 - color contains mainly: blue. Hex color #499498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499498 is #B66B67. Grayscale: #7D7D7D. Windows color (decimal): -11955048 or 9999433. OLE color: 9999433.

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

Color convert

RGB 73 148 152 -
CMYK 0.52 0.03 0 0.40
HSL 183.04º 0.35% 0.44% -
HSV(B) 183.04º 0.52% 0.6% -
XYZ 19.01 24.86 33.5 -
YUV 126.03 142.65 90.17 -
System Red Green Blue C M Y K H S L
Decimal 73 148 152 0.52 0.03 0 0.40 183.04 0.35 0.44
Hex 49 94 98 34 3 0 28 B7 23 2C
Octal 111 224 230 64 3 0 50 267 43 54
Binary 1001001 10010100 10011000 110100 11 0 101000 10110111 100011 101100

Color Harmonies of #499498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499498

Black with #499498

Text Example


Text Example

White with #499498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499498; }

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

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

background-color css

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

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

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

border-color css

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

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

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