#424C8B

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

Shades of Tory Blue #424C8B

Tints of Tory Blue #424C8B

Color information

#424C8B (or 0x424C8B) is unknown color: approx Tory Blue. HEX triplet: 42, 4C and 8B. RGB value is (66,76,139). Sum of RGB (Red+Green+Blue) = 66+76+139=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #424C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424C8B is #BDB374. Grayscale: #4F4F4F. Windows color (decimal): -12432245 or 9129026. OLE color: 9129026.

HSL color Cylindrical-coordinate representation of color #424C8B: hue angle of 231.78º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #424C8B is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6676139-
CMYK0.530.4500.45
HSL231.78º35.61%40.2%-
HSV(B)231.78º52.52%54.51%-
XYZ9.498.1925.51-
YUV80.19161.19117.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.49%
GREEN value IS 76 (30.08% from 255) = 27.05%
BLUE value IS 139 (54.69% from 255) = 49.47%
R=23.49%
G=27.05%
B=49.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66761390.530.4500.45231.7835.6140.2
Hex424C8B352D02De82428
Octal10211421365550553504450
Binary1000010100110010001011110101101101010110111101000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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