#424f8f

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

Shades of Tory Blue #424F8F

Tints of Tory Blue #424F8F

Color information

#424F8F (or 0x424F8F) is unknown color: approx Tory Blue. HEX triplet: 42, 4F and 8F. RGB value is (66,79,143). Sum of RGB (Red+Green+Blue) = 66+79+143=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 143 (56.25% from 255 or 49.65% from 288); Max value from RGB is 143 - color contains mainly: blue. Hex color #424F8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424F8F is #BDB070. Grayscale: #525252. Windows color (decimal): -12431473 or 9391938. OLE color: 9391938.

HSL color Cylindrical-coordinate representation of color #424F8F: hue angle of 229.87º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #424F8F is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6679143-
CMYK0.540.4500.44
HSL229.87º36.84%40.98%-
HSV(B)229.87º53.85%56.08%-
XYZ108.7327.15-
YUV82.41162.19116.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.92%
GREEN value IS 79 (31.25% from 255) = 27.43%
BLUE value IS 143 (56.25% from 255) = 49.65%
R=22.92%
G=27.43%
B=49.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66791430.540.4500.44229.8736.8440.98
Hex424F8F362D02Ce62529
Octal10211721766550543464551
Binary1000010100111110001111110110101101010110011100110100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424f8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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