#424C83

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

Shades of Tory Blue #424C83

Tints of Tory Blue #424C83

Color information

#424C83 (or 0x424C83) is unknown color: approx Tory Blue. HEX triplet: 42, 4C and 83. RGB value is (66,76,131). Sum of RGB (Red+Green+Blue) = 66+76+131=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 131 - color contains mainly: blue. Hex color #424C83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424C83 is #BDB37C. Grayscale: #4F4F4F. Windows color (decimal): -12432253 or 8604738. OLE color: 8604738.

HSL color Cylindrical-coordinate representation of color #424C83: hue angle of 230.77º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #424C83 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6676131-
CMYK0.500.4200.49
HSL230.77º32.99%38.63%-
HSV(B)230.77º49.62%51.37%-
XYZ8.937.9722.54-
YUV79.28157.19118.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.18%
GREEN value IS 76 (30.08% from 255) = 27.84%
BLUE value IS 131 (51.56% from 255) = 47.99%
R=24.18%
G=27.84%
B=47.99%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66761310.500.4200.49230.7732.9938.63
Hex424C83322A031e72127
Octal10211420362520613474147
Binary1000010100110010000011110010101010011000111100111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,76,131); }

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

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

 a { background-color: rgb(66,76,131); }

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

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

 span { border-color: rgb(66,76,131); }

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