#424E85

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

Shades of Tory Blue #424E85

Tints of Tory Blue #424E85

Color information

#424E85 (or 0x424E85) is unknown color: approx Tory Blue. HEX triplet: 42, 4E and 85. RGB value is (66,78,133). Sum of RGB (Red+Green+Blue) = 66+78+133=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #424E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424E85 is #BDB17A. Grayscale: #505050. Windows color (decimal): -12431739 or 8736322. OLE color: 8736322.

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

Color convert

RGB6678133-
CMYK0.500.4100.48
HSL229.25º33.67%39.02%-
HSV(B)229.25º50.38%52.16%-
XYZ9.28.323.31-
YUV80.68157.52117.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.83%
GREEN value IS 78 (30.86% from 255) = 28.16%
BLUE value IS 133 (52.34% from 255) = 48.01%
R=23.83%
G=28.16%
B=48.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66781330.500.4100.48229.2533.6739.02
Hex424E853229030e52227
Octal10211620562510603454247
Binary1000010100111010000101110010101001011000011100101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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