#427681

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

Shades of Calypso #427681

Tints of Calypso #427681

Color information

#427681 (or 0x427681) is unknown color: approx Calypso. HEX triplet: 42, 76 and 81. RGB value is (66,118,129). Sum of RGB (Red+Green+Blue) = 66+118+129=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 129 - color contains mainly: blue. Hex color #427681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427681 is #BD897E. Grayscale: #676767. Windows color (decimal): -12421503 or 8484418. OLE color: 8484418.

HSL color Cylindrical-coordinate representation of color #427681: hue angle of 190.48º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #427681 is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB66118129-
CMYK0.490.0900.49
HSL190.48º32.31%38.24%-
HSV(B)190.48º48.84%50.59%-
XYZ12.6915.723.13-
YUV103.71142.27101.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.09%
GREEN value IS 118 (46.48% from 255) = 37.70%
BLUE value IS 129 (50.78% from 255) = 41.21%
R=21.09%
G=37.70%
B=41.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal661181290.490.0900.49190.4832.3138.24
Hex427681319031be2026
Octal10216620161110612764046
Binary10000101110110100000011100011001011000110111110100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427681; }

 p { color: rgb(66,118,129); }

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

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

 a { background-color: rgb(66,118,129); }

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

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

 span { border-color: rgb(66,118,129); }

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