#479FA3

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

Shades of Cadet Blue #479FA3

Tints of Cadet Blue #479FA3

Color information

#479FA3 (or 0x479FA3) is unknown color: approx Cadet Blue. HEX triplet: 47, 9F and A3. RGB value is (71,159,163). Sum of RGB (Red+Green+Blue) = 71+159+163=393 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.07% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 163 (64.06% from 255 or 41.48% from 393); Max value from RGB is 163 - color contains mainly: blue. Hex color #479FA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479FA3 is #B8605C. Grayscale: #858585. Windows color (decimal): -12083293 or 10723143. OLE color: 10723143.

HSL color Cylindrical-coordinate representation of color #479FA3: hue angle of 182.61º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #479FA3 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB71159163-
CMYK0.560.0200.36
HSL182.61º39.32%45.88%-
HSV(B)182.61º56.44%63.92%-
XYZ21.6128.7839.07-
YUV133.14144.8583.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.07%
GREEN value IS 159 (62.5% from 255) = 40.46%
BLUE value IS 163 (64.06% from 255) = 41.48%
R=18.07%
G=40.46%
B=41.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal711591630.560.0200.36182.6139.3245.88
Hex479FA3382024b7272e
Octal1072372437020442674756
Binary1000111100111111010001111100010010010010110111100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479FA3; }

 p { color: rgb(71,159,163); }

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

<style>
 a { background-color: #479FA3; }

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

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

<style>
 span { border-color: #479FA3; }

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

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