#42578B

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

Shades of Tory Blue #42578B

Tints of Tory Blue #42578B

Color information

#42578B (or 0x42578B) is unknown color: approx Tory Blue. HEX triplet: 42, 57 and 8B. RGB value is (66,87,139). Sum of RGB (Red+Green+Blue) = 66+87+139=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #42578B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42578B is #BDA874. Grayscale: #565656. Windows color (decimal): -12429429 or 9131842. OLE color: 9131842.

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

Color convert

RGB6687139-
CMYK0.530.3700.45
HSL222.74º35.61%40.2%-
HSV(B)222.74º52.52%54.51%-
XYZ10.329.8425.78-
YUV86.65157.54113.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.60%
GREEN value IS 87 (34.38% from 255) = 29.79%
BLUE value IS 139 (54.69% from 255) = 47.60%
R=22.60%
G=29.79%
B=47.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66871390.530.3700.45222.7435.6140.2
Hex42578B352502Ddf2428
Octal10212721365450553374450
Binary1000010101011110001011110101100101010110111011111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42578B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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