#425492

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

Shades of Tory Blue #425492

Tints of Tory Blue #425492

Color information

#425492 (or 0x425492) is unknown color: approx Tory Blue. HEX triplet: 42, 54 and 92. RGB value is (66,84,146). Sum of RGB (Red+Green+Blue) = 66+84+146=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #425492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425492 is #BDAB6D. Grayscale: #555555. Windows color (decimal): -12430190 or 9589826. OLE color: 9589826.

HSL color Cylindrical-coordinate representation of color #425492: hue angle of 226.5º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #425492 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6684146-
CMYK0.550.4200.43
HSL226.5º37.74%41.57%-
HSV(B)226.5º54.79%57.25%-
XYZ10.619.5728.48-
YUV85.69162.04113.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.30%
GREEN value IS 84 (33.20% from 255) = 28.38%
BLUE value IS 146 (57.42% from 255) = 49.32%
R=22.30%
G=28.38%
B=49.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66841460.550.4200.43226.537.7441.57
Hex425492372A02Be2262a
Octal10212422267520533424652
Binary1000010101010010010010110111101010010101111100010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425492; }

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

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

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

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

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

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

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

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