Html Css Color HEX #499F9F Cadet Blue

📋 copy color: '#499F9F'

red 73 ◦ green 159 ◦ blue 159

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

Shades of Cadet Blue #499F9F

Tints of Cadet Blue #499F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.66%

R = 18.67%
G = 40.66%
B = 40.66%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#499F9F (or 0x499F9F) is known color: Cadet Blue. HEX triplet: 49, 9F and 9F. RGB value is (73,159,159). Sum of RGB (Red+Green+Blue) = 73+159+159=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 159 - color contains mainly: green, blue. Hex color #499F9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499F9F is #B66060. Grayscale: #858585. Windows color (decimal): -11952225 or 10461001. OLE color: 10461001.

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

Color convert

RGB 73 159 159 -
CMYK 0.54 0 0 0.38
HSL 180º 0.37% 0.45% -
HSV(B) 180º 0.54% 0.62% -
XYZ 21.4 28.72 37.22 -
YUV 133.29 142.51 85 -
System Red Green Blue C M Y K H S L
Decimal 73 159 159 0.54 0 0 0.38 180 0.37 0.45
Hex 49 9F 9F 36 0 0 26 B4 25 2D
Octal 111 237 237 66 0 0 46 264 45 55
Binary 1001001 10011111 10011111 110110 0 0 100110 10110100 100101 101101

Color Harmonies of #499F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499F9F

Black with #499F9F

Text Example


Text Example

White with #499F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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