#42578F

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

Shades of Tory Blue #42578F

Tints of Tory Blue #42578F

Color information

#42578F (or 0x42578F) is unknown color: approx Tory Blue. HEX triplet: 42, 57 and 8F. RGB value is (66,87,143). Sum of RGB (Red+Green+Blue) = 66+87+143=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 143 (56.25% from 255 or 48.31% from 296); Max value from RGB is 143 - color contains mainly: blue. Hex color #42578F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42578F is #BDA870. Grayscale: #565656. Windows color (decimal): -12429425 or 9393986. OLE color: 9393986.

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

Color convert

RGB6687143-
CMYK0.540.3900.44
HSL223.64º36.84%40.98%-
HSV(B)223.64º53.85%56.08%-
XYZ10.619.9627.35-
YUV87.1159.54112.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.30%
GREEN value IS 87 (34.38% from 255) = 29.39%
BLUE value IS 143 (56.25% from 255) = 48.31%
R=22.30%
G=29.39%
B=48.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66871430.540.3900.44223.6436.8440.98
Hex42578F362702Ce02529
Octal10212721766470543404551
Binary1000010101011110001111110110100111010110011100000100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42578F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42578F; }

 p { color: rgb(66,87,143); }

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

<style>
 a { background-color: #42578F; }

 a { background-color: rgb(66,87,143); }

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

<style>
 span { border-color: #42578F; }

 span { border-color: rgb(66,87,143); }

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