#434F82

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

Shades of Tory Blue #434F82

Tints of Tory Blue #434F82

Color information

#434F82 (or 0x434F82) is unknown color: approx Tory Blue. HEX triplet: 43, 4F and 82. RGB value is (67,79,130). Sum of RGB (Red+Green+Blue) = 67+79+130=276 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.28% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #434F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #434F82 is #BCB07D. Grayscale: #515151. Windows color (decimal): -12365950 or 8539971. OLE color: 8539971.

HSL color Cylindrical-coordinate representation of color #434F82: hue angle of 228.57º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #434F82 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6779130-
CMYK0.480.3900.49
HSL228.57º31.98%38.63%-
HSV(B)228.57º48.46%50.98%-
XYZ9.148.422.26-
YUV81.23155.52117.85-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.28%
GREEN value IS 79 (31.25% from 255) = 28.62%
BLUE value IS 130 (51.17% from 255) = 47.10%
R=24.28%
G=28.62%
B=47.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal67791300.480.3900.49228.5731.9838.63
Hex434F823027031e52027
Octal10311720260470613454047
Binary1000011100111110000010110000100111011000111100101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434F82; }

 p { color: rgb(67,79,130); }

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

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

 a { background-color: rgb(67,79,130); }

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

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

 span { border-color: rgb(67,79,130); }

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