#424A8B

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

Shades of Tory Blue #424A8B

Tints of Tory Blue #424A8B

Color information

#424A8B (or 0x424A8B) is unknown color: approx Tory Blue. HEX triplet: 42, 4A and 8B. RGB value is (66,74,139). Sum of RGB (Red+Green+Blue) = 66+74+139=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #424A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424A8B is #BDB574. Grayscale: #4E4E4E. Windows color (decimal): -12432757 or 9128514. OLE color: 9128514.

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

Color convert

RGB6674139-
CMYK0.530.4700.45
HSL233.42º35.61%40.2%-
HSV(B)233.42º52.52%54.51%-
XYZ9.367.9225.46-
YUV79.02161.85118.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.66%
GREEN value IS 74 (29.30% from 255) = 26.52%
BLUE value IS 139 (54.69% from 255) = 49.82%
R=23.66%
G=26.52%
B=49.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66741390.530.4700.45233.4235.6140.2
Hex424A8B352F02De92428
Octal10211221365570553514450
Binary1000010100101010001011110101101111010110111101001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,74,139); }

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

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

 a { background-color: rgb(66,74,139); }

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

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

 span { border-color: rgb(66,74,139); }

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