#424E87

Color #424E87 Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #424E87

Tints of Tory Blue #424E87

Color information

#424E87 (or 0x424E87) is unknown color: approx Tory Blue. HEX triplet: 42, 4E and 87. RGB value is (66,78,135). Sum of RGB (Red+Green+Blue) = 66+78+135=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 135 (53.12% from 255 or 48.39% from 279); Max value from RGB is 135 - color contains mainly: blue. Hex color #424E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424E87 is #BDB178. Grayscale: #505050. Windows color (decimal): -12431737 or 8867394. OLE color: 8867394.

HSL color Cylindrical-coordinate representation of color #424E87: hue angle of 229.57º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #424E87 is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6678135-
CMYK0.510.4200.47
HSL229.57º34.33%39.41%-
HSV(B)229.57º51.11%52.94%-
XYZ9.348.3624.04-
YUV80.91158.52117.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.66%
GREEN value IS 78 (30.86% from 255) = 27.96%
BLUE value IS 135 (53.12% from 255) = 48.39%
R=23.66%
G=27.96%
B=48.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66781350.510.4200.47229.5734.3339.41
Hex424E87332A02Fe62227
Octal10211620763520573464247
Binary1000010100111010000111110011101010010111111100110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424E87; }

 p { color: rgb(66,78,135); }

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

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

 a { background-color: rgb(66,78,135); }

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

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

 span { border-color: rgb(66,78,135); }

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