#447484

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

Shades of Calypso #447484

Tints of Calypso #447484

Color information

#447484 (or 0x447484) is unknown color: approx Calypso. HEX triplet: 44, 74 and 84. RGB value is (68,116,132). Sum of RGB (Red+Green+Blue) = 68+116+132=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 132 - color contains mainly: blue. Hex color #447484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447484 is #BB8B7B. Grayscale: #676767. Windows color (decimal): -12290940 or 8680516. OLE color: 8680516.

HSL color Cylindrical-coordinate representation of color #447484: hue angle of 195º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #447484 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB68116132-
CMYK0.480.1200.48
HSL195º32%39.22%-
HSV(B)195º48.48%51.76%-
XYZ12.7915.3924.13-
YUV103.47144.1102.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.52%
GREEN value IS 116 (45.70% from 255) = 36.71%
BLUE value IS 132 (51.95% from 255) = 41.77%
R=21.52%
G=36.71%
B=41.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal681161320.480.1200.481953239.22
Hex44748430C030c32027
Octal10416420460140603034047
Binary10001001110100100001001100001100011000011000011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447484; }

 p { color: rgb(68,116,132); }

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

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

 a { background-color: rgb(68,116,132); }

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

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

 span { border-color: rgb(68,116,132); }

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