#447084

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

Shades of Calypso #447084

Tints of Calypso #447084

Color information

#447084 (or 0x447084) is unknown color: approx Calypso. HEX triplet: 44, 70 and 84. RGB value is (68,112,132). Sum of RGB (Red+Green+Blue) = 68+112+132=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 132 - color contains mainly: blue. Hex color #447084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447084 is #BB8F7B. Grayscale: #646464. Windows color (decimal): -12291964 or 8679492. OLE color: 8679492.

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

Color convert

RGB68112132-
CMYK0.480.1500.48
HSL198.75º32%39.22%-
HSV(B)198.75º48.48%51.76%-
XYZ12.3414.4823.97-
YUV101.12145.42104.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.79%
GREEN value IS 112 (44.14% from 255) = 35.90%
BLUE value IS 132 (51.95% from 255) = 42.31%
R=21.79%
G=35.90%
B=42.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal681121320.480.1500.48198.753239.22
Hex44708430F030c72027
Octal10416020460170603074047
Binary10001001110000100001001100001111011000011000111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447084; }

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

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

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

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

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

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

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

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