#424B90

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

Shades of Tory Blue #424B90

Tints of Tory Blue #424B90

Color information

#424B90 (or 0x424B90) is unknown color: approx Tory Blue. HEX triplet: 42, 4B and 90. RGB value is (66,75,144). Sum of RGB (Red+Green+Blue) = 66+75+144=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #424B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424B90 is #BDB46F. Grayscale: #4F4F4F. Windows color (decimal): -12432496 or 9456450. OLE color: 9456450.

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

Color convert

RGB6675144-
CMYK0.540.4800.44
HSL233.08º37.14%41.18%-
HSV(B)233.08º54.17%56.47%-
XYZ9.88.227.45-
YUV80.18164.02117.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.16%
GREEN value IS 75 (29.69% from 255) = 26.32%
BLUE value IS 144 (56.64% from 255) = 50.53%
R=23.16%
G=26.32%
B=50.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66751440.540.4800.44233.0837.1441.18
Hex424B90363002Ce92529
Octal10211322066600543514551
Binary1000010100101110010000110110110000010110011101001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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