#427283

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

Shades of Calypso #427283

Tints of Calypso #427283

Color information

#427283 (or 0x427283) is unknown color: approx Calypso. HEX triplet: 42, 72 and 83. RGB value is (66,114,131). Sum of RGB (Red+Green+Blue) = 66+114+131=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 131 (51.56% from 255 or 42.12% from 311); Max value from RGB is 131 - color contains mainly: blue. Hex color #427283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427283 is #BD8D7C. Grayscale: #656565. Windows color (decimal): -12422525 or 8614466. OLE color: 8614466.

HSL color Cylindrical-coordinate representation of color #427283: hue angle of 195.69º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #427283 is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB66114131-
CMYK0.500.1300.49
HSL195.69º32.99%38.63%-
HSV(B)195.69º49.62%51.37%-
XYZ12.3614.8323.68-
YUV101.59144.6102.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.22%
GREEN value IS 114 (44.92% from 255) = 36.66%
BLUE value IS 131 (51.56% from 255) = 42.12%
R=21.22%
G=36.66%
B=42.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal661141310.500.1300.49195.6932.9938.63
Hex42728332D031c42127
Octal10216220362150613044147
Binary10000101110010100000111100101101011000111000100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427283; }

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

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

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

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

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

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

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

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