Html Css Color HEX #499FA2 Cadet Blue

📋 copy color: '#499FA2'

red 73 ◦ green 159 ◦ blue 162

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

Shades of Cadet Blue #499FA2

Tints of Cadet Blue #499FA2

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.36%

 BLUE value IS 162 (63.67% from 255) = 41.12%

R = 18.53%
G = 40.36%
B = 41.12%

CMYK

 C value IS 0.55

 M value IS 0.02

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#499FA2 (or 0x499FA2) is known color: Cadet Blue. HEX triplet: 49, 9F and A2. RGB value is (73,159,162). Sum of RGB (Red+Green+Blue) = 73+159+162=394 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.53% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 162 (63.67% from 255 or 41.12% from 394); Max value from RGB is 162 - color contains mainly: blue. Hex color #499FA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499FA2 is #B6605D. Grayscale: #858585. Windows color (decimal): -11952222 or 10657609. OLE color: 10657609.

HSL color Cylindrical-coordinate representation of color #499FA2: hue angle of 182.02º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #499FA2 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 159 162 -
CMYK 0.55 0.02 0 0.36
HSL 182.02º 0.38% 0.46% -
HSV(B) 182.02º 0.55% 0.64% -
XYZ 21.67 28.82 38.6 -
YUV 133.63 144.01 84.76 -
System Red Green Blue C M Y K H S L
Decimal 73 159 162 0.55 0.02 0 0.36 182.02 0.38 0.46
Hex 49 9F A2 37 2 0 24 B6 26 2E
Octal 111 237 242 67 2 0 44 266 46 56
Binary 1001001 10011111 10100010 110111 10 0 100100 10110110 100110 101110

Color Harmonies of #499FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499FA2

Black with #499FA2

Text Example


Text Example

White with #499FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,159,162); }

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

background-color css

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

 a { background-color: rgb(73,159,162); }

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

border-color css

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

 span { border-color: rgb(73,159,162); }

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