#425192

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

Shades of Tory Blue #425192

Tints of Tory Blue #425192

Color information

#425192 (or 0x425192) is unknown color: approx Tory Blue. HEX triplet: 42, 51 and 92. RGB value is (66,81,146). Sum of RGB (Red+Green+Blue) = 66+81+146=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #425192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425192 is #BDAE6D. Grayscale: #535353. Windows color (decimal): -12430958 or 9589058. OLE color: 9589058.

HSL color Cylindrical-coordinate representation of color #425192: hue angle of 228.75º 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 #425192 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6681146-
CMYK0.550.4500.43
HSL228.75º37.74%41.57%-
HSV(B)228.75º54.79%57.25%-
XYZ10.389.1228.41-
YUV83.92163.03115.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.53%
GREEN value IS 81 (32.03% from 255) = 27.65%
BLUE value IS 146 (57.42% from 255) = 49.83%
R=22.53%
G=27.65%
B=49.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66811460.550.4500.43228.7537.7441.57
Hex425192372D02Be5262a
Octal10212122267550533454652
Binary1000010101000110010010110111101101010101111100101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425192; }

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

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

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

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

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

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

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

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