Html Css Color HEX #499FA7 Cadet Blue

📋 copy color: '#499FA7'

red 73 ◦ green 159 ◦ blue 167

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

Shades of Cadet Blue #499FA7

Tints of Cadet Blue #499FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 41.85%

R = 18.3%
G = 39.85%
B = 41.85%

CMYK

 C value IS 0.56

 M value IS 0.05

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#499FA7 (or 0x499FA7) is known color: Cadet Blue. HEX triplet: 49, 9F and A7. RGB value is (73,159,167). Sum of RGB (Red+Green+Blue) = 73+159+167=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 167 (65.62% from 255 or 41.85% from 399); Max value from RGB is 167 - color contains mainly: blue. Hex color #499FA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499FA7 is #B66058. Grayscale: #868686. Windows color (decimal): -11952217 or 10985289. OLE color: 10985289.

HSL color Cylindrical-coordinate representation of color #499FA7: hue angle of 185.11º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #499FA7 is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 73 159 167 -
CMYK 0.56 0.05 0 0.35
HSL 185.11º 0.39% 0.47% -
HSV(B) 185.11º 0.56% 0.65% -
XYZ 22.12 29 40.99 -
YUV 134.2 146.51 84.35 -
System Red Green Blue C M Y K H S L
Decimal 73 159 167 0.56 0.05 0 0.35 185.11 0.39 0.47
Hex 49 9F A7 38 5 0 23 B9 27 2F
Octal 111 237 247 70 5 0 43 271 47 57
Binary 1001001 10011111 10100111 111000 101 0 100011 10111001 100111 101111

Color Harmonies of #499FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499FA7

Black with #499FA7

Text Example


Text Example

White with #499FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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