#437482

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

Shades of Calypso #437482

Tints of Calypso #437482

Color information

#437482 (or 0x437482) is unknown color: approx Calypso. HEX triplet: 43, 74 and 82. RGB value is (67,116,130). Sum of RGB (Red+Green+Blue) = 67+116+130=313 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.41% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 130 - color contains mainly: blue. Hex color #437482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #437482 is #BC8B7D. Grayscale: #666666. Windows color (decimal): -12356478 or 8549443. OLE color: 8549443.

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

Color convert

RGB67116130-
CMYK0.480.1100.49
HSL193.33º31.98%38.63%-
HSV(B)193.33º48.46%50.98%-
XYZ12.5915.323.41-
YUV102.94143.27102.36-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.41%
GREEN value IS 116 (45.70% from 255) = 37.06%
BLUE value IS 130 (51.17% from 255) = 41.53%
R=21.41%
G=37.06%
B=41.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal671161300.480.1100.49193.3331.9838.63
Hex43748230B031c12027
Octal10316420260130613014047
Binary10000111110100100000101100001011011000111000001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #437482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #437482; }

 p { color: rgb(67,116,130); }

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

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

 a { background-color: rgb(67,116,130); }

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

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

 span { border-color: rgb(67,116,130); }

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