#424E90

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

Shades of Tory Blue #424E90

Tints of Tory Blue #424E90

Color information

#424E90 (or 0x424E90) is unknown color: approx Tory Blue. HEX triplet: 42, 4E and 90. RGB value is (66,78,144). Sum of RGB (Red+Green+Blue) = 66+78+144=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 144 (56.64% from 255 or 50% from 288); Max value from RGB is 144 - color contains mainly: blue. Hex color #424E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424E90 is #BDB16F. Grayscale: #515151. Windows color (decimal): -12431728 or 9457218. OLE color: 9457218.

HSL color Cylindrical-coordinate representation of color #424E90: hue angle of 230.77º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #424E90 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6678144-
CMYK0.540.4600.44
HSL230.77º37.14%41.18%-
HSV(B)230.77º54.17%56.47%-
XYZ10.018.6227.52-
YUV81.94163.02116.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.92%
GREEN value IS 78 (30.86% from 255) = 27.08%
BLUE value IS 144 (56.64% from 255) = 50%
R=22.92%
G=27.08%
B=50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66781440.540.4600.44230.7737.1441.18
Hex424E90362E02Ce72529
Octal10211622066560543474551
Binary1000010100111010010000110110101110010110011100111100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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