#4f9a9f

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

Shades of Cadet Blue #4F9A9F

Tints of Cadet Blue #4F9A9F

Color information

#4F9A9F (or 0x4F9A9F) is unknown color: approx Cadet Blue. HEX triplet: 4F, 9A and 9F. RGB value is (79,154,159). Sum of RGB (Red+Green+Blue) = 79+154+159=392 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.15% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 159 - color contains mainly: blue. Hex color #4F9A9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9A9F is #B06560. Grayscale: #848484. Windows color (decimal): -11560289 or 10459727. OLE color: 10459727.

HSL color Cylindrical-coordinate representation of color #4F9A9F: hue angle of 183.75º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F9A9F is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB79154159-
CMYK0.500.0300.38
HSL183.75º33.61%46.67%-
HSV(B)183.75º50.31%62.35%-
XYZ21.0427.2836.96-
YUV132.14143.1590.09-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.15%
GREEN value IS 154 (60.55% from 255) = 39.29%
BLUE value IS 159 (62.5% from 255) = 40.56%
R=20.15%
G=39.29%
B=40.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal791541590.500.0300.38183.7533.6146.67
Hex4F9A9F323026b8222f
Octal1172322376230462704257
Binary1001111100110101001111111001011010011010111000100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f9a9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,154,159); }

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

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

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

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

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

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

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