#426F8B

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

Shades of Calypso #426F8B

Tints of Calypso #426F8B

Color information

#426F8B (or 0x426F8B) is unknown color: approx Calypso. HEX triplet: 42, 6F and 8B. RGB value is (66,111,139). Sum of RGB (Red+Green+Blue) = 66+111+139=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 139 - color contains mainly: blue. Hex color #426F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426F8B is #BD9074. Grayscale: #646464. Windows color (decimal): -12423285 or 9137986. OLE color: 9137986.

HSL color Cylindrical-coordinate representation of color #426F8B: hue angle of 203.01º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #426F8B is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB66111139-
CMYK0.530.2000.45
HSL203.01º35.61%40.2%-
HSV(B)203.01º52.52%54.51%-
XYZ12.5914.3926.54-
YUV100.74149.59103.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.89%
GREEN value IS 111 (43.75% from 255) = 35.13%
BLUE value IS 139 (54.69% from 255) = 43.99%
R=20.89%
G=35.13%
B=43.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661111390.530.2000.45203.0135.6140.2
Hex426F8B351402Dcb2428
Octal10215721365240553134450
Binary100001011011111000101111010110100010110111001011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426F8B; }

 p { color: rgb(66,111,139); }

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

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

 a { background-color: rgb(66,111,139); }

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

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

 span { border-color: rgb(66,111,139); }

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