#447382

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

Shades of Calypso #447382

Tints of Calypso #447382

Color information

#447382 (or 0x447382) is unknown color: approx Calypso. HEX triplet: 44, 73 and 82. RGB value is (68,115,130). Sum of RGB (Red+Green+Blue) = 68+115+130=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 130 - color contains mainly: blue. Hex color #447382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447382 is #BB8C7D. Grayscale: #666666. Windows color (decimal): -12291198 or 8549188. OLE color: 8549188.

HSL color Cylindrical-coordinate representation of color #447382: hue angle of 194.52º 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 #447382 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB68115130-
CMYK0.480.1200.49
HSL194.52º31.31%38.82%-
HSV(B)194.52º47.69%50.98%-
XYZ12.5415.123.37-
YUV102.66143.43103.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.73%
GREEN value IS 115 (45.31% from 255) = 36.74%
BLUE value IS 130 (51.17% from 255) = 41.53%
R=21.73%
G=36.74%
B=41.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681151300.480.1200.49194.5231.3138.82
Hex44738230C031c31f27
Octal10416320260140613033747
Binary1000100111001110000010110000110001100011100001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447382; }

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

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

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

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

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

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

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

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