Html Css Color HEX #499CA1 Cadet Blue

📋 copy color: '#499CA1'

red 73 ◦ green 156 ◦ blue 161

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

Shades of Cadet Blue #499CA1

Tints of Cadet Blue #499CA1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40%

 BLUE value IS 161 (63.28% from 255) = 41.28%

R = 18.72%
G = 40%
B = 41.28%

CMYK

 C value IS 0.55

 M value IS 0.03

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#499CA1 (or 0x499CA1) is known color: Cadet Blue. HEX triplet: 49, 9C and A1. RGB value is (73,156,161). Sum of RGB (Red+Green+Blue) = 73+156+161=390 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.72% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 161 (63.28% from 255 or 41.28% from 390); Max value from RGB is 161 - color contains mainly: blue. Hex color #499CA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499CA1 is #B6635E. Grayscale: #838383. Windows color (decimal): -11952991 or 10591305. OLE color: 10591305.

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

Color convert

RGB 73 156 161 -
CMYK 0.55 0.03 0 0.37
HSL 183.41º 0.38% 0.46% -
HSV(B) 183.41º 0.55% 0.63% -
XYZ 21.07 27.77 37.97 -
YUV 131.75 144.5 86.09 -
System Red Green Blue C M Y K H S L
Decimal 73 156 161 0.55 0.03 0 0.37 183.41 0.38 0.46
Hex 49 9C A1 37 3 0 25 B7 26 2E
Octal 111 234 241 67 3 0 45 267 46 56
Binary 1001001 10011100 10100001 110111 11 0 100101 10110111 100110 101110

Color Harmonies of #499CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499CA1

Black with #499CA1

Text Example


Text Example

White with #499CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,156,161); }

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

background-color css

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

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

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

border-color css

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

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

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