#4A9F9E

Color #4A9F9E Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #4A9F9E

Tints of Cadet Blue #4A9F9E

Color information

#4A9F9E (or 0x4A9F9E) is unknown color: approx Cadet Blue. HEX triplet: 4A, 9F and 9E. RGB value is (74,159,158). Sum of RGB (Red+Green+Blue) = 74+159+158=391 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.93% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 159 - color contains mainly: green. Hex color #4A9F9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9F9E is #B56061. Grayscale: #858585. Windows color (decimal): -11886690 or 10395466. OLE color: 10395466.

HSL color Cylindrical-coordinate representation of color #4A9F9E: hue angle of 179.29º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A9F9E is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB74159158-
CMYK0.5300.010.38
HSL179.29º36.48%45.69%-
HSV(B)179.29º53.46%62.35%-
XYZ21.3928.7236.76-
YUV133.47141.8485.58-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.93%
GREEN value IS 159 (62.5% from 255) = 40.66%
BLUE value IS 158 (62.11% from 255) = 40.41%
R=18.93%
G=40.66%
B=40.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal741591580.5300.010.38179.2936.4845.69
Hex4A9F9E350126b3242e
Octal1122372366501462634456
Binary100101010011111100111101101010110011010110011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A9F9E; }

 p { color: rgb(74,159,158); }

 H1.HeaderClassName
 {
   color: #4A9F9E;
 }
 .AnyTagClassName
 {
   color: #4A9F9E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #4A9F9E;
 }
 .BgClassName
 {
   background-color: #4A9F9E;
 }
</style>
border-color css

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

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

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