#424C8E

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

Shades of Tory Blue #424C8E

Tints of Tory Blue #424C8E

Color information

#424C8E (or 0x424C8E) is unknown color: approx Tory Blue. HEX triplet: 42, 4C and 8E. RGB value is (66,76,142). Sum of RGB (Red+Green+Blue) = 66+76+142=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 142 (55.86% from 255 or 50% from 284); Max value from RGB is 142 - color contains mainly: blue. Hex color #424C8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424C8E is #BDB371. Grayscale: #505050. Windows color (decimal): -12432242 or 9325634. OLE color: 9325634.

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

Color convert

RGB6676142-
CMYK0.540.4600.44
HSL232.11º36.54%40.78%-
HSV(B)232.11º53.52%55.69%-
XYZ9.718.2826.68-
YUV80.53162.69117.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.24%
GREEN value IS 76 (30.08% from 255) = 26.76%
BLUE value IS 142 (55.86% from 255) = 50%
R=23.24%
G=26.76%
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
Decimal66761420.540.4600.44232.1136.5440.78
Hex424C8E362E02Ce82529
Octal10211421666560543504551
Binary1000010100110010001110110110101110010110011101000100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,76,142); }

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

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

 a { background-color: rgb(66,76,142); }

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

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

 span { border-color: rgb(66,76,142); }

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