#434F83

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

Shades of Tory Blue #434F83

Tints of Tory Blue #434F83

Color information

#434F83 (or 0x434F83) is unknown color: approx Tory Blue. HEX triplet: 43, 4F and 83. RGB value is (67,79,131). Sum of RGB (Red+Green+Blue) = 67+79+131=277 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.19% from 277); Green value is 79 (31.25% from 255 or 28.52% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 131 - color contains mainly: blue. Hex color #434F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #434F83 is #BCB07C. Grayscale: #515151. Windows color (decimal): -12365949 or 8605507. OLE color: 8605507.

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

Color convert

RGB6779131-
CMYK0.490.4000.49
HSL228.75º32.32%38.82%-
HSV(B)228.75º48.85%51.37%-
XYZ9.218.4222.61-
YUV81.34156.02117.77-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.19%
GREEN value IS 79 (31.25% from 255) = 28.52%
BLUE value IS 131 (51.56% from 255) = 47.29%
R=24.19%
G=28.52%
B=47.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal67791310.490.4000.49228.7532.3238.82
Hex434F833128031e52027
Octal10311720361500613454047
Binary1000011100111110000011110001101000011000111100101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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