#447282

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

Shades of Calypso #447282

Tints of Calypso #447282

Color information

#447282 (or 0x447282) is unknown color: approx Calypso. HEX triplet: 44, 72 and 82. RGB value is (68,114,130). Sum of RGB (Red+Green+Blue) = 68+114+130=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 130 - color contains mainly: blue. Hex color #447282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447282 is #BB8D7D. Grayscale: #656565. Windows color (decimal): -12291454 or 8548932. OLE color: 8548932.

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

Color convert

RGB68114130-
CMYK0.480.1200.49
HSL195.48º31.31%38.82%-
HSV(B)195.48º47.69%50.98%-
XYZ12.4314.8823.34-
YUV102.07143.76103.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.79%
GREEN value IS 114 (44.92% from 255) = 36.54%
BLUE value IS 130 (51.17% from 255) = 41.67%
R=21.79%
G=36.54%
B=41.67%

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
Decimal681141300.480.1200.49195.4831.3138.82
Hex44728230C031c31f27
Octal10416220260140613033747
Binary1000100111001010000010110000110001100011100001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447282; }

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

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

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

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

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

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

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

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