#427685

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

Shades of Calypso #427685

Tints of Calypso #427685

Color information

#427685 (or 0x427685) is unknown color: approx Calypso. HEX triplet: 42, 76 and 85. RGB value is (66,118,133). Sum of RGB (Red+Green+Blue) = 66+118+133=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 133 - color contains mainly: blue. Hex color #427685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427685 is #BD897A. Grayscale: #686868. Windows color (decimal): -12421499 or 8746562. OLE color: 8746562.

HSL color Cylindrical-coordinate representation of color #427685: hue angle of 193.43º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #427685 is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB66118133-
CMYK0.500.1100.48
HSL193.43º33.67%39.02%-
HSV(B)193.43º50.38%52.16%-
XYZ12.9615.8124.56-
YUV104.16144.27100.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.82%
GREEN value IS 118 (46.48% from 255) = 37.22%
BLUE value IS 133 (52.34% from 255) = 41.96%
R=20.82%
G=37.22%
B=41.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal661181330.500.1100.48193.4333.6739.02
Hex42768532B030c12227
Octal10216620562130603014247
Binary10000101110110100001011100101011011000011000001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427685; }

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

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

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

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

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

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

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

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