#427485

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

Shades of Calypso #427485

Tints of Calypso #427485

Color information

#427485 (or 0x427485) is unknown color: approx Calypso. HEX triplet: 42, 74 and 85. RGB value is (66,116,133). Sum of RGB (Red+Green+Blue) = 66+116+133=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 133 - color contains mainly: blue. Hex color #427485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427485 is #BD8B7A. Grayscale: #666666. Windows color (decimal): -12422011 or 8746050. OLE color: 8746050.

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

Color convert

RGB66116133-
CMYK0.500.1300.48
HSL195.22º33.67%39.02%-
HSV(B)195.22º50.38%52.16%-
XYZ12.7315.3424.48-
YUV102.99144.94101.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.95%
GREEN value IS 116 (45.70% from 255) = 36.83%
BLUE value IS 133 (52.34% from 255) = 42.22%
R=20.95%
G=36.83%
B=42.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal661161330.500.1300.48195.2233.6739.02
Hex42748532D030c32227
Octal10216420562150603034247
Binary10000101110100100001011100101101011000011000011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427485; }

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

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

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

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

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

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

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

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