#427084

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

Shades of Calypso #427084

Tints of Calypso #427084

Color information

#427084 (or 0x427084) is unknown color: approx Calypso. HEX triplet: 42, 70 and 84. RGB value is (66,112,132). Sum of RGB (Red+Green+Blue) = 66+112+132=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 132 - color contains mainly: blue. Hex color #427084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427084 is #BD8F7B. Grayscale: #646464. Windows color (decimal): -12423036 or 8679490. OLE color: 8679490.

HSL color Cylindrical-coordinate representation of color #427084: hue angle of 198.18º degrees, saturation: 0.33, 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 #427084 is Cyan = 0.5, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB66112132-
CMYK0.50.1500.48
HSL198.18º33.33%38.82%-
HSV(B)198.18º50%51.76%-
XYZ12.2114.4123.97-
YUV100.53145.76103.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.29%
GREEN value IS 112 (44.14% from 255) = 36.13%
BLUE value IS 132 (51.95% from 255) = 42.58%
R=21.29%
G=36.13%
B=42.58%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal661121320.50.1500.48198.1833.3338.82
Hex42708432F030c62127
Octal10216020462170603064147
Binary10000101110000100001001100101111011000011000110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427084; }

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

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

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

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

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

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

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

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