#447383

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

Shades of Calypso #447383

Tints of Calypso #447383

Color information

#447383 (or 0x447383) is unknown color: approx Calypso. HEX triplet: 44, 73 and 83. RGB value is (68,115,131). Sum of RGB (Red+Green+Blue) = 68+115+131=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 131 - color contains mainly: blue. Hex color #447383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447383 is #BB8C7C. Grayscale: #666666. Windows color (decimal): -12291197 or 8614724. OLE color: 8614724.

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

Color convert

RGB68115131-
CMYK0.480.1200.49
HSL195.24º31.66%39.02%-
HSV(B)195.24º48.09%51.37%-
XYZ12.6115.1323.73-
YUV102.77143.93103.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.66%
GREEN value IS 115 (45.31% from 255) = 36.62%
BLUE value IS 131 (51.56% from 255) = 41.72%
R=21.66%
G=36.62%
B=41.72%

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
Decimal681151310.480.1200.49195.2431.6639.02
Hex44738330C031c32027
Octal10416320360140613034047
Binary10001001110011100000111100001100011000111000011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447383; }

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

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

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

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

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

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

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

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