#427187

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

Shades of Calypso #427187

Tints of Calypso #427187

Color information

#427187 (or 0x427187) is unknown color: approx Calypso. HEX triplet: 42, 71 and 87. RGB value is (66,113,135). Sum of RGB (Red+Green+Blue) = 66+113+135=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 135 - color contains mainly: blue. Hex color #427187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427187 is #BD8E78. Grayscale: #656565. Windows color (decimal): -12422777 or 8876354. OLE color: 8876354.

HSL color Cylindrical-coordinate representation of color #427187: hue angle of 199.13º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #427187 is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB66113135-
CMYK0.510.1600.47
HSL199.13º34.33%39.41%-
HSV(B)199.13º51.11%52.94%-
XYZ12.5314.7225.1-
YUV101.46146.93102.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.02%
GREEN value IS 113 (44.53% from 255) = 35.99%
BLUE value IS 135 (53.12% from 255) = 42.99%
R=21.02%
G=35.99%
B=42.99%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal661131350.510.1600.47199.1334.3339.41
Hex427187331002Fc72227
Octal10216120763200573074247
Binary100001011100011000011111001110000010111111000111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427187; }

 p { color: rgb(66,113,135); }

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

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

 a { background-color: rgb(66,113,135); }

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

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

 span { border-color: rgb(66,113,135); }

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