#424F92

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

Shades of Tory Blue #424F92

Tints of Tory Blue #424F92

Color information

#424F92 (or 0x424F92) is unknown color: approx Tory Blue. HEX triplet: 42, 4F and 92. RGB value is (66,79,146). Sum of RGB (Red+Green+Blue) = 66+79+146=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #424F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424F92 is #BDB06D. Grayscale: #525252. Windows color (decimal): -12431470 or 9588546. OLE color: 9588546.

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

Color convert

RGB6679146-
CMYK0.550.4600.43
HSL230.25º37.74%41.57%-
HSV(B)230.25º54.79%57.25%-
XYZ10.238.8328.36-
YUV82.75163.69116.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.68%
GREEN value IS 79 (31.25% from 255) = 27.15%
BLUE value IS 146 (57.42% from 255) = 50.17%
R=22.68%
G=27.15%
B=50.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66791460.550.4600.43230.2537.7441.57
Hex424F92372E02Be6262a
Octal10211722267560533464652
Binary1000010100111110010010110111101110010101111100110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424F92; }

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

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

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

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

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

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

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

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