#427085

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

Shades of Calypso #427085

Tints of Calypso #427085

Color information

#427085 (or 0x427085) is unknown color: approx Calypso. HEX triplet: 42, 70 and 85. RGB value is (66,112,133). Sum of RGB (Red+Green+Blue) = 66+112+133=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 133 - color contains mainly: blue. Hex color #427085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427085 is #BD8F7A. Grayscale: #646464. Windows color (decimal): -12423035 or 8745026. OLE color: 8745026.

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

Color convert

RGB66112133-
CMYK0.500.1600.48
HSL198.81º33.67%39.02%-
HSV(B)198.81º50.38%52.16%-
XYZ12.2714.4424.33-
YUV100.64146.26103.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.22%
GREEN value IS 112 (44.14% from 255) = 36.01%
BLUE value IS 133 (52.34% from 255) = 42.77%
R=21.22%
G=36.01%
B=42.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal661121330.500.1600.48198.8133.6739.02
Hex4270853210030c72227
Octal10216020562200603074247
Binary100001011100001000010111001010000011000011000111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427085; }

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

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

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

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

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

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

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

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