#427285

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

Shades of Calypso #427285

Tints of Calypso #427285

Color information

#427285 (or 0x427285) is unknown color: approx Calypso. HEX triplet: 42, 72 and 85. RGB value is (66,114,133). Sum of RGB (Red+Green+Blue) = 66+114+133=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 133 - color contains mainly: blue. Hex color #427285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427285 is #BD8D7A. Grayscale: #656565. Windows color (decimal): -12422523 or 8745538. OLE color: 8745538.

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

Color convert

RGB66114133-
CMYK0.500.1400.48
HSL197.01º33.67%39.02%-
HSV(B)197.01º50.38%52.16%-
XYZ12.514.8924.4-
YUV101.81145.6102.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.09%
GREEN value IS 114 (44.92% from 255) = 36.42%
BLUE value IS 133 (52.34% from 255) = 42.49%
R=21.09%
G=36.42%
B=42.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal661141330.500.1400.48197.0133.6739.02
Hex42728532E030c52227
Octal10216220562160603054247
Binary10000101110010100001011100101110011000011000101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427285; }

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

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

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

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

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

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

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

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