#424E8A

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

Shades of Tory Blue #424E8A

Tints of Tory Blue #424E8A

Color information

#424E8A (or 0x424E8A) is unknown color: approx Tory Blue. HEX triplet: 42, 4E and 8A. RGB value is (66,78,138). Sum of RGB (Red+Green+Blue) = 66+78+138=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #424E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424E8A is #BDB175. Grayscale: #515151. Windows color (decimal): -12431734 or 9064002. OLE color: 9064002.

HSL color Cylindrical-coordinate representation of color #424E8A: hue angle of 230º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #424E8A is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6678138-
CMYK0.520.4300.46
HSL230º35.29%40%-
HSV(B)230º52.17%54.12%-
XYZ9.568.4425.17-
YUV81.25160.02117.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.40%
GREEN value IS 78 (30.86% from 255) = 27.66%
BLUE value IS 138 (54.30% from 255) = 48.94%
R=23.40%
G=27.66%
B=48.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66781380.520.4300.4623035.2940
Hex424E8A342B02Ee62328
Octal10211621264530563464350
Binary1000010100111010001010110100101011010111011100110100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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