#447285

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

Shades of Calypso #447285

Tints of Calypso #447285

Color information

#447285 (or 0x447285) is unknown color: approx Calypso. HEX triplet: 44, 72 and 85. RGB value is (68,114,133). Sum of RGB (Red+Green+Blue) = 68+114+133=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 133 - color contains mainly: blue. Hex color #447285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447285 is #BB8D7A. Grayscale: #666666. Windows color (decimal): -12291451 or 8745540. OLE color: 8745540.

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

Color convert

RGB68114133-
CMYK0.490.1400.48
HSL197.54º32.34%39.41%-
HSV(B)197.54º48.87%52.16%-
XYZ12.6314.9624.41-
YUV102.41145.26103.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.59%
GREEN value IS 114 (44.92% from 255) = 36.19%
BLUE value IS 133 (52.34% from 255) = 42.22%
R=21.59%
G=36.19%
B=42.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal681141330.490.1400.48197.5432.3439.41
Hex44728531E030c62027
Octal10416220561160603064047
Binary10001001110010100001011100011110011000011000110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447285; }

 p { color: rgb(68,114,133); }

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

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

 a { background-color: rgb(68,114,133); }

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

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

 span { border-color: rgb(68,114,133); }

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