#447682

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

Shades of Calypso #447682

Tints of Calypso #447682

Color information

#447682 (or 0x447682) is unknown color: approx Calypso. HEX triplet: 44, 76 and 82. RGB value is (68,118,130). Sum of RGB (Red+Green+Blue) = 68+118+130=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 130 - color contains mainly: blue. Hex color #447682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447682 is #BB897D. Grayscale: #686868. Windows color (decimal): -12290430 or 8549956. OLE color: 8549956.

HSL color Cylindrical-coordinate representation of color #447682: hue angle of 191.61º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #447682 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB68118130-
CMYK0.480.0900.49
HSL191.61º31.31%38.82%-
HSV(B)191.61º47.69%50.98%-
XYZ12.8915.823.49-
YUV104.42142.44102.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.52%
GREEN value IS 118 (46.48% from 255) = 37.34%
BLUE value IS 130 (51.17% from 255) = 41.14%
R=21.52%
G=37.34%
B=41.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681181300.480.0900.49191.6131.3138.82
Hex447682309031c01f27
Octal10416620260110613003747
Binary1000100111011010000010110000100101100011100000011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447682; }

 p { color: rgb(68,118,130); }

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

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

 a { background-color: rgb(68,118,130); }

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

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

 span { border-color: rgb(68,118,130); }

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