#42548B

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

Shades of Tory Blue #42548B

Tints of Tory Blue #42548B

Color information

#42548B (or 0x42548B) is unknown color: approx Tory Blue. HEX triplet: 42, 54 and 8B. RGB value is (66,84,139). Sum of RGB (Red+Green+Blue) = 66+84+139=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #42548B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42548B is #BDAB74. Grayscale: #545454. Windows color (decimal): -12430197 or 9131074. OLE color: 9131074.

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

Color convert

RGB6684139-
CMYK0.530.4000.45
HSL225.21º35.61%40.2%-
HSV(B)225.21º52.52%54.51%-
XYZ10.089.3625.7-
YUV84.89158.54114.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.84%
GREEN value IS 84 (33.20% from 255) = 29.07%
BLUE value IS 139 (54.69% from 255) = 48.10%
R=22.84%
G=29.07%
B=48.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66841390.530.4000.45225.2135.6140.2
Hex42548B352802De12428
Octal10212421365500553414450
Binary1000010101010010001011110101101000010110111100001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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