#477286

Color #477286 Calypso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Calypso #477286

Tints of Calypso #477286

Color information

#477286 (or 0x477286) is unknown color: approx Calypso. HEX triplet: 47, 72 and 86. RGB value is (71,114,134). Sum of RGB (Red+Green+Blue) = 71+114+134=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 134 - color contains mainly: blue. Hex color #477286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477286 is #B88D79. Grayscale: #676767. Windows color (decimal): -12094842 or 8811079. OLE color: 8811079.

HSL color Cylindrical-coordinate representation of color #477286: hue angle of 199.05º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #477286 is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB71114134-
CMYK0.470.1500.47
HSL199.05º30.73%40.2%-
HSV(B)199.05º47.01%52.55%-
XYZ12.9215.124.79-
YUV103.42145.25104.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.26%
GREEN value IS 114 (44.92% from 255) = 35.74%
BLUE value IS 134 (52.73% from 255) = 42.01%
R=22.26%
G=35.74%
B=42.01%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711141340.470.1500.47199.0530.7340.2
Hex4772862FF02Fc71f28
Octal10716220657170573073750
Binary1000111111001010000110101111111101011111100011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477286; }

 p { color: rgb(71,114,134); }

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

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

 a { background-color: rgb(71,114,134); }

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

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

 span { border-color: rgb(71,114,134); }

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