#424E8C

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

Shades of Tory Blue #424E8C

Tints of Tory Blue #424E8C

Color information

#424E8C (or 0x424E8C) is unknown color: approx Tory Blue. HEX triplet: 42, 4E and 8C. RGB value is (66,78,140). Sum of RGB (Red+Green+Blue) = 66+78+140=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 140 (55.08% from 255 or 49.30% from 284); Max value from RGB is 140 - color contains mainly: blue. Hex color #424E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424E8C is #BDB173. Grayscale: #515151. Windows color (decimal): -12431732 or 9195074. OLE color: 9195074.

HSL color Cylindrical-coordinate representation of color #424E8C: hue angle of 230.27º 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 #424E8C is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6678140-
CMYK0.530.4400.45
HSL230.27º35.92%40.39%-
HSV(B)230.27º52.86%54.9%-
XYZ9.78.525.94-
YUV81.48161.02116.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.24%
GREEN value IS 78 (30.86% from 255) = 27.46%
BLUE value IS 140 (55.08% from 255) = 49.30%
R=23.24%
G=27.46%
B=49.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66781400.530.4400.45230.2735.9240.39
Hex424E8C352C02De62428
Octal10211621465540553464450
Binary1000010100111010001100110101101100010110111100110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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