#427184

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

Shades of Calypso #427184

Tints of Calypso #427184

Color information

#427184 (or 0x427184) is unknown color: approx Calypso. HEX triplet: 42, 71 and 84. RGB value is (66,113,132). Sum of RGB (Red+Green+Blue) = 66+113+132=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 132 - color contains mainly: blue. Hex color #427184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427184 is #BD8E7B. Grayscale: #646464. Windows color (decimal): -12422780 or 8679746. OLE color: 8679746.

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

Color convert

RGB66113132-
CMYK0.50.1400.48
HSL197.27º33.33%38.82%-
HSV(B)197.27º50%51.76%-
XYZ12.3214.6324.01-
YUV101.11145.43102.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.22%
GREEN value IS 113 (44.53% from 255) = 36.33%
BLUE value IS 132 (51.95% from 255) = 42.44%
R=21.22%
G=36.33%
B=42.44%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal661131320.50.1400.48197.2733.3338.82
Hex42718432E030c52127
Octal10216120462160603054147
Binary10000101110001100001001100101110011000011000101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427184; }

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

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

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

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

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

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

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

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