#479EA4

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

Shades of Cadet Blue #479EA4

Tints of Cadet Blue #479EA4

Color information

#479EA4 (or 0x479EA4) is unknown color: approx Cadet Blue. HEX triplet: 47, 9E and A4. RGB value is (71,158,164). Sum of RGB (Red+Green+Blue) = 71+158+164=393 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.07% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 164 (64.45% from 255 or 41.73% from 393); Max value from RGB is 164 - color contains mainly: blue. Hex color #479EA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479EA4 is #B8615B. Grayscale: #848484. Windows color (decimal): -12083548 or 10788423. OLE color: 10788423.

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

Color convert

RGB71158164-
CMYK0.570.0400.36
HSL183.87º39.57%46.08%-
HSV(B)183.87º56.71%64.31%-
XYZ21.5328.4739.48-
YUV132.67145.6884.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.07%
GREEN value IS 158 (62.11% from 255) = 40.20%
BLUE value IS 164 (64.45% from 255) = 41.73%
R=18.07%
G=40.20%
B=41.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal711581640.570.0400.36183.8739.5746.08
Hex479EA4394024b8282e
Octal1072362447140442705056
Binary10001111001111010100100111001100010010010111000101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,158,164); }

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

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

 a { background-color: rgb(71,158,164); }

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

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

 span { border-color: rgb(71,158,164); }

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